Html Css Color HEX #DAFBE5 Cosmic Latte

📋 copy color: '#DAFBE5'

red 218 ◦ green 251 ◦ blue 229

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

Shades of Cosmic Latte #DAFBE5

Tints of Cosmic Latte #DAFBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 32.81%

R = 31.23%
G = 35.96%
B = 32.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#DAFBE5 (or 0xDAFBE5) is known color: Cosmic Latte. HEX triplet: DA, FB and E5. RGB value is (218,251,229). Sum of RGB (Red+Green+Blue) = 218+251+229=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 229 (89.84% from 255 or 32.81% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBE5 is #25041A. Grayscale: #EEEEEE. Windows color (decimal): -2425883 or 15072218. OLE color: 15072218.

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

Color convert

RGB 218 251 229 -
CMYK 0.13 0 0.09 0.02
HSL 140º 0.8% 0.92% -
HSV(B) 140º 0.13% 0.98% -
XYZ 77.55 89.56 87.33 -
YUV 238.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 218 251 229 0.13 0 0.09 0.02 140 0.8 0.92
Hex DA FB E5 D 0 9 2 8C 50 5C
Octal 332 373 345 15 0 11 2 214 120 134
Binary 11011010 11111011 11100101 1101 0 1001 10 10001100 1010000 1011100

Color Harmonies of #DAFBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBE5

Black with #DAFBE5

Text Example


Text Example

White with #DAFBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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