Html Css Color HEX #DAFBE8 Cosmic Latte

📋 copy color: '#DAFBE8'

red 218 ◦ green 251 ◦ blue 232

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

Shades of Cosmic Latte #DAFBE8

Tints of Cosmic Latte #DAFBE8

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.81%

 BLUE value IS 232 (91.02% from 255) = 33.1%

R = 31.1%
G = 35.81%
B = 33.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#DAFBE8 (or 0xDAFBE8) is known color: Cosmic Latte. HEX triplet: DA, FB and E8. RGB value is (218,251,232). Sum of RGB (Red+Green+Blue) = 218+251+232=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 232 (91.02% from 255 or 33.10% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBE8 is #250417. Grayscale: #EFEFEF. Windows color (decimal): -2425880 or 15268826. OLE color: 15268826.

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

Color convert

RGB 218 251 232 -
CMYK 0.13 0 0.08 0.02
HSL 145.45º 0.8% 0.92% -
HSV(B) 145.45º 0.13% 0.98% -
XYZ 77.98 89.73 89.55 -
YUV 238.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 218 251 232 0.13 0 0.08 0.02 145.45 0.8 0.92
Hex DA FB E8 D 0 8 2 91 50 5C
Octal 332 373 350 15 0 10 2 221 120 134
Binary 11011010 11111011 11101000 1101 0 1000 10 10010001 1010000 1011100

Color Harmonies of #DAFBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBE8

Black with #DAFBE8

Text Example


Text Example

White with #DAFBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBE8; }

 p { color: rgb(218,251,232); }

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

background-color css

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

 a { background-color: rgb(218,251,232); }

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

border-color css

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

 span { border-color: rgb(218,251,232); }

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