Html Css Color HEX #DEFAE4 Cosmic Latte

📋 copy color: '#DEFAE4'

red 222 ◦ green 250 ◦ blue 228

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

Shades of Cosmic Latte #DEFAE4

Tints of Cosmic Latte #DEFAE4

RGB

 RED value IS 222 (87.11% from 255) = 31.71%

 GREEN value IS 250 (98.05% from 255) = 35.71%

 BLUE value IS 228 (89.45% from 255) = 32.57%

R = 31.71%
G = 35.71%
B = 32.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#DEFAE4 (or 0xDEFAE4) is known color: Cosmic Latte. HEX triplet: DE, FA and E4. RGB value is (222,250,228). Sum of RGB (Red+Green+Blue) = 222+250+228=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 228 (89.45% from 255 or 32.57% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAE4 is #21051B. Grayscale: #EFEFEF. Windows color (decimal): -2163996 or 15006430. OLE color: 15006430.

HSL color Cylindrical-coordinate representation of color #DEFAE4: hue angle of 132.86º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEFAE4 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 250 228 -
CMYK 0.11 0 0.09 0.02
HSL 132.86º 0.74% 0.93% -
HSV(B) 132.86º 0.11% 0.98% -
XYZ 78.31 89.5 86.55 -
YUV 239.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 222 250 228 0.11 0 0.09 0.02 132.86 0.74 0.93
Hex DE FA E4 B 0 9 2 85 4A 5D
Octal 336 372 344 13 0 11 2 205 112 135
Binary 11011110 11111010 11100100 1011 0 1001 10 10000101 1001010 1011101

Color Harmonies of #DEFAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFAE4

Black with #DEFAE4

Text Example


Text Example

White with #DEFAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFAE4; }

 p { color: rgb(222,250,228); }

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

background-color css

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

 a { background-color: rgb(222,250,228); }

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

border-color css

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

 span { border-color: rgb(222,250,228); }

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