#D0FADC

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

Shades of Cosmic Latte #D0FADC

Tints of Cosmic Latte #D0FADC

Color information

#D0FADC (or 0xD0FADC) is unknown color: approx Cosmic Latte. HEX triplet: D0, FA and DC. RGB value is (208,250,220). Sum of RGB (Red+Green+Blue) = 208+250+220=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FADC is #2F0523. Grayscale: #EAEAEA. Windows color (decimal): -3081508 or 14482128. OLE color: 14482128.

HSL color Cylindrical-coordinate representation of color #D0FADC: hue angle of 137.14º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FADC is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB208250220-
CMYK0.1700.120.02
HSL137.14º80.77%89.8%-
HSV(B)137.14º16.8%98.04%-
XYZ73.1286.9580.64-
YUV234.02120.09109.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.68%
GREEN value IS 250 (98.05% from 255) = 36.87%
BLUE value IS 220 (86.33% from 255) = 32.45%
R=30.68%
G=36.87%
B=32.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082502200.1700.120.02137.1480.7789.8
HexD0FADC110C289515a
Octal320372334210142211121132
Binary1101000011111010110111001000101100101000100110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FADC; }

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

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

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

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

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

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

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

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