#D0F6CD

Color #D0F6CD Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #D0F6CD

Tints of Blue Romance #D0F6CD

Color information

#D0F6CD (or 0xD0F6CD) is unknown color: approx Blue Romance. HEX triplet: D0, F6 and CD. RGB value is (208,246,205). Sum of RGB (Red+Green+Blue) = 208+246+205=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 246 (96.48% from 255 or 37.33% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F6CD is #2F0932. Grayscale: #E6E6E6. Windows color (decimal): -3082547 or 13498064. OLE color: 13498064.

HSL color Cylindrical-coordinate representation of color #D0F6CD: hue angle of 115.61º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0F6CD is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB208246205-
CMYK0.1500.170.04
HSL115.61º69.49%88.43%-
HSV(B)115.61º16.67%96.47%-
XYZ69.9983.7370.23-
YUV229.96113.91112.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.56%
GREEN value IS 246 (96.48% from 255) = 37.33%
BLUE value IS 205 (80.47% from 255) = 31.11%
R=31.56%
G=37.33%
B=31.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082462050.1500.170.04115.6169.4988.43
HexD0F6CDF0114744558
Octal320366315170214164105130
Binary1101000011110110110011011111010001100111010010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F6CD; }

 p { color: rgb(208,246,205); }

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

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

 a { background-color: rgb(208,246,205); }

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

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

 span { border-color: rgb(208,246,205); }

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