Html Css Color HEX #DEFAE5 Cosmic Latte

📋 copy color: '#DEFAE5'

red 222 ◦ green 250 ◦ blue 229

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

Shades of Cosmic Latte #DEFAE5

Tints of Cosmic Latte #DEFAE5

RGB

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

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

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

R = 31.67%
G = 35.66%
B = 32.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#DEFAE5 (or 0xDEFAE5) is known color: Cosmic Latte. HEX triplet: DE, FA and E5. RGB value is (222,250,229). Sum of RGB (Red+Green+Blue) = 222+250+229=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 229 (89.84% from 255 or 32.67% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAE5 is #21051A. Grayscale: #EFEFEF. Windows color (decimal): -2163995 or 15071966. OLE color: 15071966.

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

Color convert

RGB 222 250 229 -
CMYK 0.11 0 0.08 0.02
HSL 135º 0.74% 0.93% -
HSV(B) 135º 0.11% 0.98% -
XYZ 78.45 89.56 87.28 -
YUV 239.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 222 250 229 0.11 0 0.08 0.02 135 0.74 0.93
Hex DE FA E5 B 0 8 2 87 4A 5D
Octal 336 372 345 13 0 10 2 207 112 135
Binary 11011110 11111010 11100101 1011 0 1000 10 10000111 1001010 1011101

Color Harmonies of #DEFAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFAE5

Black with #DEFAE5

Text Example


Text Example

White with #DEFAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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