#DAF6E1

Color #DAF6E1 Cosmic Latte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic Latte #DAF6E1

Tints of Cosmic Latte #DAF6E1

Color information

#DAF6E1 (or 0xDAF6E1) is unknown color: approx Cosmic Latte. HEX triplet: DA, F6 and E1. RGB value is (218,246,225). Sum of RGB (Red+Green+Blue) = 218+246+225=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 225 (88.28% from 255 or 32.66% from 689); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6E1 is #25091E. Grayscale: #EBEBEB. Windows color (decimal): -2427167 or 14808794. OLE color: 14808794.

HSL color Cylindrical-coordinate representation of color #DAF6E1: hue angle of 135º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF6E1 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB218246225-
CMYK0.1100.090.04
HSL135º60.87%90.98%-
HSV(B)135º11.38%96.47%-
XYZ75.4686.2583.91-
YUV235.23122.22115.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 31.64%
GREEN value IS 246 (96.48% from 255) = 35.70%
BLUE value IS 225 (88.28% from 255) = 32.66%
R=31.64%
G=35.70%
B=32.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182462250.1100.090.0413560.8790.98
HexDAF6E1B094873d5b
Octal33236634113011420775133
Binary110110101111011011100001101101001100100001111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6E1; }

 p { color: rgb(218,246,225); }

 H1.HeaderClassName
 {
   color: #DAF6E1;
 }
 .AnyTagClassName
 {
   color: #DAF6E1;
 }
</style>
background-color css

<style>
 a { background-color: #DAF6E1; }

 a { background-color: rgb(218,246,225); }

 div.DivClassName
 {
   background-color: #DAF6E1;
 }
 .BgClassName
 {
   background-color: #DAF6E1;
 }
</style>
border-color css

<style>
 span { border-color: #DAF6E1; }

 span { border-color: rgb(218,246,225); }

 td.TdClassName
 {
   border-color: #DAF6E1;
 }
 .TagClassName
 {
   border-color: #DAF6E1;
 }
</style>