Html Css Color HEX #DAFFE5 Cosmic Latte

📋 copy color: '#DAFFE5'

red 218 ◦ green 255 ◦ blue 229

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

Shades of Cosmic Latte #DAFFE5

Tints of Cosmic Latte #DAFFE5

RGB

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

 GREEN value IS 255 (100% from 255) = 36.32%

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

R = 31.05%
G = 36.32%
B = 32.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#DAFFE5 (or 0xDAFFE5) is known color: Cosmic Latte. HEX triplet: DA, FF and E5. RGB value is (218,255,229). Sum of RGB (Red+Green+Blue) = 218+255+229=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 229 (89.84% from 255 or 32.62% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFE5 is #25001A. Grayscale: #F1F1F1. Windows color (decimal): -2424859 or 15073242. OLE color: 15073242.

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

Color convert

RGB 218 255 229 -
CMYK 0.15 0 0.10 0
HSL 137.84º 1% 0.93% -
HSV(B) 137.84º 0.15% 1% -
XYZ 78.82 92.08 87.75 -
YUV 240.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 218 255 229 0.15 0 0.10 0 137.84 1 0.93
Hex DA FF E5 F 0 A 0 8A 64 5D
Octal 332 377 345 17 0 12 0 212 144 135
Binary 11011010 11111111 11100101 1111 0 1010 0 10001010 1100100 1011101

Color Harmonies of #DAFFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFE5

Black with #DAFFE5

Text Example


Text Example

White with #DAFFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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