#D0FDDB

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

Shades of Cosmic Latte #D0FDDB

Tints of Cosmic Latte #D0FDDB

Color information

#D0FDDB (or 0xD0FDDB) is unknown color: approx Cosmic Latte. HEX triplet: D0, FD and DB. RGB value is (208,253,219). Sum of RGB (Red+Green+Blue) = 208+253+219=680 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.59% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDDB is #2F0224. Grayscale: #EBEBEB. Windows color (decimal): -3080741 or 14417360. OLE color: 14417360.

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

Color convert

RGB208253219-
CMYK0.1800.130.01
HSL134.67º91.84%90.39%-
HSV(B)134.67º17.79%99.22%-
XYZ73.9288.7780.26-
YUV235.67118.59108.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.59%
GREEN value IS 253 (99.22% from 255) = 37.21%
BLUE value IS 219 (85.94% from 255) = 32.21%
R=30.59%
G=37.21%
B=32.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082532190.1800.130.01134.6791.8490.39
HexD0FDDB120D1875c5a
Octal320375333220151207134132
Binary110100001111110111011011100100110111000011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDDB; }

 p { color: rgb(208,253,219); }

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

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

 a { background-color: rgb(208,253,219); }

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

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

 span { border-color: rgb(208,253,219); }

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