Html Css Color HEX #DEF2E4 Cosmic Latte

📋 copy color: '#DEF2E4'

red 222 ◦ green 242 ◦ blue 228

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

Shades of Cosmic Latte #DEF2E4

Tints of Cosmic Latte #DEF2E4

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.97%

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

R = 32.08%
G = 34.97%
B = 32.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#DEF2E4 (or 0xDEF2E4) is known color: Cosmic Latte. HEX triplet: DE, F2 and E4. RGB value is (222,242,228). Sum of RGB (Red+Green+Blue) = 222+242+228=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 228 (89.45% from 255 or 32.95% from 692); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2E4 is #210D1B. Grayscale: #EAEAEA. Windows color (decimal): -2166044 or 15004382. OLE color: 15004382.

HSL color Cylindrical-coordinate representation of color #DEF2E4: hue angle of 138º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEF2E4 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 242 228 -
CMYK 0.08 0 0.06 0.05
HSL 138º 0.43% 0.91% -
HSV(B) 138º 0.08% 0.95% -
XYZ 75.88 84.64 85.74 -
YUV 234.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 222 242 228 0.08 0 0.06 0.05 138 0.43 0.91
Hex DE F2 E4 8 0 6 5 8A 2B 5B
Octal 336 362 344 10 0 6 5 212 53 133
Binary 11011110 11110010 11100100 1000 0 110 101 10001010 101011 1011011

Color Harmonies of #DEF2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF2E4

Black with #DEF2E4

Text Example


Text Example

White with #DEF2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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