#D0FDDF

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

Shades of Cosmic Latte #D0FDDF

Tints of Cosmic Latte #D0FDDF

Color information

#D0FDDF (or 0xD0FDDF) is unknown color: approx Cosmic Latte. HEX triplet: D0, FD and DF. RGB value is (208,253,223). Sum of RGB (Red+Green+Blue) = 208+253+223=684 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.41% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDDF is #2F0220. Grayscale: #ECECEC. Windows color (decimal): -3080737 or 14679504. OLE color: 14679504.

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

Color convert

RGB208253223-
CMYK0.1800.120.01
HSL140º91.84%90.39%-
HSV(B)140º17.79%99.22%-
XYZ74.4688.9983.06-
YUV236.12120.59107.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.41%
GREEN value IS 253 (99.22% from 255) = 36.99%
BLUE value IS 223 (87.5% from 255) = 32.60%
R=30.41%
G=36.99%
B=32.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082532230.1800.120.0114091.8490.39
HexD0FDDF120C18c5c5a
Octal320375337220141214134132
Binary110100001111110111011111100100110011000110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDDF; }

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

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

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

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

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

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

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

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