Html Css Color HEX #DEFDEB Cosmic Latte

📋 copy color: '#DEFDEB'

red 222 ◦ green 253 ◦ blue 235

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

Shades of Cosmic Latte #DEFDEB

Tints of Cosmic Latte #DEFDEB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.63%

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

R = 31.27%
G = 35.63%
B = 33.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#DEFDEB (or 0xDEFDEB) is known color: Cosmic Latte. HEX triplet: DE, FD and EB. RGB value is (222,253,235). Sum of RGB (Red+Green+Blue) = 222+253+235=710 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.27% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 235 (92.19% from 255 or 33.10% from 710); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFDEB is #210214. Grayscale: #F1F1F1. Windows color (decimal): -2163221 or 15465950. OLE color: 15465950.

HSL color Cylindrical-coordinate representation of color #DEFDEB: hue angle of 145.16º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFDEB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 253 235 -
CMYK 0.12 0 0.07 0.01
HSL 145.16º 0.89% 0.93% -
HSV(B) 145.16º 0.12% 0.99% -
XYZ 80.24 91.78 92.08 -
YUV 241.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 222 253 235 0.12 0 0.07 0.01 145.16 0.89 0.93
Hex DE FD EB C 0 7 1 91 59 5D
Octal 336 375 353 14 0 7 1 221 131 135
Binary 11011110 11111101 11101011 1100 0 111 1 10010001 1011001 1011101

Color Harmonies of #DEFDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFDEB

Black with #DEFDEB

Text Example


Text Example

White with #DEFDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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