#D0FCDC

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

Shades of Cosmic Latte #D0FCDC

Tints of Cosmic Latte #D0FCDC

Color information

#D0FCDC (or 0xD0FCDC) is unknown color: approx Cosmic Latte. HEX triplet: D0, FC and DC. RGB value is (208,252,220). Sum of RGB (Red+Green+Blue) = 208+252+220=680 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.59% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCDC is #2F0323. Grayscale: #EBEBEB. Windows color (decimal): -3080996 or 14482640. OLE color: 14482640.

HSL color Cylindrical-coordinate representation of color #D0FCDC: hue angle of 136.36º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FCDC is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB208252220-
CMYK0.1700.130.01
HSL136.36º88%90.2%-
HSV(B)136.36º17.46%98.82%-
XYZ73.7488.280.85-
YUV235.2119.42108.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.59%
GREEN value IS 252 (98.83% from 255) = 37.06%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=30.59%
G=37.06%
B=32.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082522200.1700.130.01136.368890.2
HexD0FCDC110D188585a
Octal320374334210151210130132
Binary110100001111110011011100100010110111000100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FCDC; }

 p { color: rgb(208,252,220); }

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

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

 a { background-color: rgb(208,252,220); }

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

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

 span { border-color: rgb(208,252,220); }

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