Html Css Color HEX #DAFCE0 Cosmic Latte

📋 copy color: '#DAFCE0'

red 218 ◦ green 252 ◦ blue 224

#DAFCE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic Latte #DAFCE0

Tints of Cosmic Latte #DAFCE0

RGB

 RED value IS 218 (85.55% from 255) = 31.41%

 GREEN value IS 252 (98.83% from 255) = 36.31%

 BLUE value IS 224 (87.89% from 255) = 32.28%

R = 31.41%
G = 36.31%
B = 32.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#DAFCE0 (or 0xDAFCE0) is known color: Cosmic Latte. HEX triplet: DA, FC and E0. RGB value is (218,252,224). Sum of RGB (Red+Green+Blue) = 218+252+224=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 224 (87.89% from 255 or 32.28% from 694); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCE0 is #25031F. Grayscale: #EEEEEE. Windows color (decimal): -2425632 or 14744794. OLE color: 14744794.

HSL color Cylindrical-coordinate representation of color #DAFCE0: hue angle of 130.59º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFCE0 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 252 224 -
CMYK 0.13 0 0.11 0.01
HSL 130.59º 0.85% 0.92% -
HSV(B) 130.59º 0.13% 0.99% -
XYZ 77.18 89.91 83.81 -
YUV 238.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 218 252 224 0.13 0 0.11 0.01 130.59 0.85 0.92
Hex DA FC E0 D 0 B 1 83 55 5C
Octal 332 374 340 15 0 13 1 203 125 134
Binary 11011010 11111100 11100000 1101 0 1011 1 10000011 1010101 1011100

Color Harmonies of #DAFCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFCE0

Black with #DAFCE0

Text Example


Text Example

White with #DAFCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFCE0; }

 p { color: rgb(218,252,224); }

 H1.HeaderClassName
 {
   color: #DAFCE0;
 }
 .AnyTagClassName
 {
   color: #DAFCE0;
 }
</style>

background-color css

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

 a { background-color: rgb(218,252,224); }

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

border-color css

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

 span { border-color: rgb(218,252,224); }

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