Html Css Color HEX #DAFEE5 Cosmic Latte

📋 copy color: '#DAFEE5'

red 218 ◦ green 254 ◦ blue 229

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

Shades of Cosmic Latte #DAFEE5

Tints of Cosmic Latte #DAFEE5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.23%

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

R = 31.1%
G = 36.23%
B = 32.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#DAFEE5 (or 0xDAFEE5) is known color: Cosmic Latte. HEX triplet: DA, FE and E5. RGB value is (218,254,229). Sum of RGB (Red+Green+Blue) = 218+254+229=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 229 (89.84% from 255 or 32.67% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEE5 is #25011A. Grayscale: #F0F0F0. Windows color (decimal): -2425115 or 15072986. OLE color: 15072986.

HSL color Cylindrical-coordinate representation of color #DAFEE5: hue angle of 138.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFEE5 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 229 -
CMYK 0.14 0 0.10 0.00
HSL 138.33º 0.95% 0.93% -
HSV(B) 138.33º 0.14% 1% -
XYZ 78.5 91.45 87.64 -
YUV 240.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 218 254 229 0.14 0 0.10 0.00 138.33 0.95 0.93
Hex DA FE E5 E 0 A 0 8A 5F 5D
Octal 332 376 345 16 0 12 0 212 137 135
Binary 11011010 11111110 11100101 1110 0 1010 0 10001010 1011111 1011101

Color Harmonies of #DAFEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFEE5

Black with #DAFEE5

Text Example


Text Example

White with #DAFEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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