#DAF9E4

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

Shades of Cosmic Latte #DAF9E4

Tints of Cosmic Latte #DAF9E4

Color information

#DAF9E4 (or 0xDAF9E4) is unknown color: approx Cosmic Latte. HEX triplet: DA, F9 and E4. RGB value is (218,249,228). Sum of RGB (Red+Green+Blue) = 218+249+228=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 249 (97.66% from 255 or 35.83% from 695); Blue value is 228 (89.45% from 255 or 32.81% from 695); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9E4 is #25061B. Grayscale: #EDEDED. Windows color (decimal): -2426396 or 15006170. OLE color: 15006170.

HSL color Cylindrical-coordinate representation of color #DAF9E4: hue angle of 139.35º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF9E4 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB218249228-
CMYK0.1200.080.02
HSL139.35º72.09%91.57%-
HSV(B)139.35º12.45%97.65%-
XYZ76.7988.2686.39-
YUV237.34122.73114.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.37%
GREEN value IS 249 (97.66% from 255) = 35.83%
BLUE value IS 228 (89.45% from 255) = 32.81%
R=31.37%
G=35.83%
B=32.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182492280.1200.080.02139.3572.0991.57
HexDAF9E4C0828b485c
Octal332371344140102213110134
Binary110110101111100111100100110001000101000101110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9E4; }

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

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

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

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

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

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

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

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