Html Css Color HEX #DEFFE5 Cosmic Latte

📋 copy color: '#DEFFE5'

red 222 ◦ green 255 ◦ blue 229

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

Shades of Cosmic Latte #DEFFE5

Tints of Cosmic Latte #DEFFE5

RGB

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

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

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

R = 31.44%
G = 36.12%
B = 32.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#DEFFE5 (or 0xDEFFE5) is known color: Cosmic Latte. HEX triplet: DE, FF and E5. RGB value is (222,255,229). Sum of RGB (Red+Green+Blue) = 222+255+229=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 229 (89.84% from 255 or 32.44% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFE5 is #21001A. Grayscale: #F2F2F2. Windows color (decimal): -2162715 or 15073246. OLE color: 15073246.

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

Color convert

RGB 222 255 229 -
CMYK 0.13 0 0.10 0
HSL 132.73º 1% 0.94% -
HSV(B) 132.73º 0.13% 1% -
XYZ 80.03 92.71 87.81 -
YUV 242.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 222 255 229 0.13 0 0.10 0 132.73 1 0.94
Hex DE FF E5 D 0 A 0 85 64 5E
Octal 336 377 345 15 0 12 0 205 144 136
Binary 11011110 11111111 11100101 1101 0 1010 0 10000101 1100100 1011110

Color Harmonies of #DEFFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFFE5

Black with #DEFFE5

Text Example


Text Example

White with #DEFFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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