Html Css Color HEX #DEFFEB Cosmic Latte

📋 copy color: '#DEFFEB'

red 222 ◦ green 255 ◦ blue 235

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

Shades of Cosmic Latte #DEFFEB

Tints of Cosmic Latte #DEFFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 33.01%

R = 31.18%
G = 35.81%
B = 33.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#DEFFEB (or 0xDEFFEB) is known color: Cosmic Latte. HEX triplet: DE, FF and EB. RGB value is (222,255,235). Sum of RGB (Red+Green+Blue) = 222+255+235=712 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.18% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 235 (92.19% from 255 or 33.01% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFEB is #210014. Grayscale: #F2F2F2. Windows color (decimal): -2162709 or 15466462. OLE color: 15466462.

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

Color convert

RGB 222 255 235 -
CMYK 0.13 0 0.08 0
HSL 143.64º 1% 0.94% -
HSV(B) 143.64º 0.13% 1% -
XYZ 80.88 93.05 92.29 -
YUV 242.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 222 255 235 0.13 0 0.08 0 143.64 1 0.94
Hex DE FF EB D 0 8 0 90 64 5E
Octal 336 377 353 15 0 10 0 220 144 136
Binary 11011110 11111111 11101011 1101 0 1000 0 10010000 1100100 1011110

Color Harmonies of #DEFFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFFEB

Black with #DEFFEB

Text Example


Text Example

White with #DEFFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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