#DFFDEB

Color #DFFDEB Cosmic Latte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic Latte #DFFDEB

Tints of Cosmic Latte #DFFDEB

Color information

#DFFDEB (or 0xDFFDEB) is unknown color: approx Cosmic Latte. HEX triplet: DF, FD and EB. RGB value is (223,253,235). Sum of RGB (Red+Green+Blue) = 223+253+235=711 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.36% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFDEB is #200214. Grayscale: #F2F2F2. Windows color (decimal): -2097685 or 15465951. OLE color: 15465951.

HSL color Cylindrical-coordinate representation of color #DFFDEB: hue angle of 144º degrees, saturation: 0.88, 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 #DFFDEB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB223253235-
CMYK0.1200.070.01
HSL144º88.24%93.33%-
HSV(B)144º11.86%99.22%-
XYZ80.5591.9492.1-
YUV241.98124.06114.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.36%
GREEN value IS 253 (99.22% from 255) = 35.58%
BLUE value IS 235 (92.19% from 255) = 33.05%
R=31.36%
G=35.58%
B=33.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232532350.1200.070.0114488.2493.33
HexDFFDEBC07190585d
Octal33737535314071220130135
Binary1101111111111101111010111100011111001000010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFDEB; }

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

 H1.HeaderClassName
 {
   color: #DFFDEB;
 }
 .AnyTagClassName
 {
   color: #DFFDEB;
 }
</style>
background-color css

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

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

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

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

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

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