#D0FADF

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

Shades of Cosmic Latte #D0FADF

Tints of Cosmic Latte #D0FADF

Color information

#D0FADF (or 0xD0FADF) is unknown color: approx Cosmic Latte. HEX triplet: D0, FA and DF. RGB value is (208,250,223). Sum of RGB (Red+Green+Blue) = 208+250+223=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FADF is #2F0520. Grayscale: #EAEAEA. Windows color (decimal): -3081505 or 14678736. OLE color: 14678736.

HSL color Cylindrical-coordinate representation of color #D0FADF: hue angle of 141.43º 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 #D0FADF is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB208250223-
CMYK0.1700.110.02
HSL141.43º80.77%89.8%-
HSV(B)141.43º16.8%98.04%-
XYZ73.5287.1182.75-
YUV234.36121.59109.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.54%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 223 (87.5% from 255) = 32.75%
R=30.54%
G=36.71%
B=32.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082502230.1700.110.02141.4380.7789.8
HexD0FADF110B28d515a
Octal320372337210132215121132
Binary1101000011111010110111111000101011101000110110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FADF; }

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

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

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

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

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

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

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

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