#D2F7CE

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

Shades of Blue Romance #D2F7CE

Tints of Blue Romance #D2F7CE

Color information

#D2F7CE (or 0xD2F7CE) is unknown color: approx Blue Romance. HEX triplet: D2, F7 and CE. RGB value is (210,247,206). Sum of RGB (Red+Green+Blue) = 210+247+206=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 247 (96.88% from 255 or 37.25% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F7CE is #2D0831. Grayscale: #E7E7E7. Windows color (decimal): -2951218 or 13563858. OLE color: 13563858.

HSL color Cylindrical-coordinate representation of color #D2F7CE: hue angle of 114.15º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2F7CE is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB210247206-
CMYK0.1500.170.03
HSL114.15º71.93%88.82%-
HSV(B)114.15º16.6%96.86%-
XYZ70.9884.6871-
YUV231.26113.74112.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.67%
GREEN value IS 247 (96.88% from 255) = 37.25%
BLUE value IS 206 (80.86% from 255) = 31.07%
R=31.67%
G=37.25%
B=31.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102472060.1500.170.03114.1571.9388.82
HexD2F7CEF0113724859
Octal322367316170213162110131
Binary110100101111011111001110111101000111111001010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F7CE; }

 p { color: rgb(210,247,206); }

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

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

 a { background-color: rgb(210,247,206); }

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

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

 span { border-color: rgb(210,247,206); }

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