Html Css Color HEX #DAFFEA Cosmic Latte

📋 copy color: '#DAFFEA'

red 218 ◦ green 255 ◦ blue 234

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

Shades of Cosmic Latte #DAFFEA

Tints of Cosmic Latte #DAFFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.1%

R = 30.83%
G = 36.07%
B = 33.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#DAFFEA (or 0xDAFFEA) is known color: Cosmic Latte. HEX triplet: DA, FF and EA. RGB value is (218,255,234). Sum of RGB (Red+Green+Blue) = 218+255+234=707 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.83% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFEA is #250015. Grayscale: #F1F1F1. Windows color (decimal): -2424854 or 15400922. OLE color: 15400922.

HSL color Cylindrical-coordinate representation of color #DAFFEA: hue angle of 145.95º 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 #DAFFEA is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 234 -
CMYK 0.15 0 0.08 0
HSL 145.95º 1% 0.93% -
HSV(B) 145.95º 0.15% 1% -
XYZ 79.52 92.37 91.48 -
YUV 241.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 218 255 234 0.15 0 0.08 0 145.95 1 0.93
Hex DA FF EA F 0 8 0 92 64 5D
Octal 332 377 352 17 0 10 0 222 144 135
Binary 11011010 11111111 11101010 1111 0 1000 0 10010010 1100100 1011101

Color Harmonies of #DAFFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFEA

Black with #DAFFEA

Text Example


Text Example

White with #DAFFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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