#DAF9E5

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

Shades of Cosmic Latte #DAF9E5

Tints of Cosmic Latte #DAF9E5

Color information

#DAF9E5 (or 0xDAF9E5) is unknown color: approx Cosmic Latte. HEX triplet: DA, F9 and E5. RGB value is (218,249,229). Sum of RGB (Red+Green+Blue) = 218+249+229=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 249 (97.66% from 255 or 35.78% from 696); Blue value is 229 (89.84% from 255 or 32.90% from 696); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9E5 is #25061A. Grayscale: #EDEDED. Windows color (decimal): -2426395 or 15071706. OLE color: 15071706.

HSL color Cylindrical-coordinate representation of color #DAF9E5: hue angle of 141.29º 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 #DAF9E5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB218249229-
CMYK0.1200.080.02
HSL141.29º72.09%91.57%-
HSV(B)141.29º12.45%97.65%-
XYZ76.9388.3187.12-
YUV237.45123.23114.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.32%
GREEN value IS 249 (97.66% from 255) = 35.78%
BLUE value IS 229 (89.84% from 255) = 32.90%
R=31.32%
G=35.78%
B=32.90%

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
Decimal2182492290.1200.080.02141.2972.0991.57
HexDAF9E5C0828d485c
Octal332371345140102215110134
Binary110110101111100111100101110001000101000110110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9E5; }

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

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

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

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

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

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

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

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