#DAF6E4

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

Shades of Cosmic Latte #DAF6E4

Tints of Cosmic Latte #DAF6E4

Color information

#DAF6E4 (or 0xDAF6E4) is unknown color: approx Cosmic Latte. HEX triplet: DA, F6 and E4. RGB value is (218,246,228). Sum of RGB (Red+Green+Blue) = 218+246+228=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 246 (96.48% from 255 or 35.55% from 692); Blue value is 228 (89.45% from 255 or 32.95% from 692); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6E4 is #25091B. Grayscale: #EBEBEB. Windows color (decimal): -2427164 or 15005402. OLE color: 15005402.

HSL color Cylindrical-coordinate representation of color #DAF6E4: hue angle of 141.43º 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 #DAF6E4 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB218246228-
CMYK0.1100.070.04
HSL141.43º60.87%90.98%-
HSV(B)141.43º11.38%96.47%-
XYZ75.8786.4286.08-
YUV235.58123.72115.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.50%
GREEN value IS 246 (96.48% from 255) = 35.55%
BLUE value IS 228 (89.45% from 255) = 32.95%
R=31.50%
G=35.55%
B=32.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182462280.1100.070.04141.4360.8790.98
HexDAF6E4B0748d3d5b
Octal3323663441307421575133
Binary11011010111101101110010010110111100100011011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6E4; }

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

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

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

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

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

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

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

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