#D2F8CC

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

Shades of Blue Romance #D2F8CC

Tints of Blue Romance #D2F8CC

Color information

#D2F8CC (or 0xD2F8CC) is unknown color: approx Blue Romance. HEX triplet: D2, F8 and CC. RGB value is (210,248,204). Sum of RGB (Red+Green+Blue) = 210+248+204=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 248 (97.27% from 255 or 37.46% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F8CC is #2D0733. Grayscale: #E7E7E7. Windows color (decimal): -2950964 or 13433042. OLE color: 13433042.

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

Color convert

RGB210248204-
CMYK0.1500.180.03
HSL111.82º75.86%88.63%-
HSV(B)111.82º17.74%97.25%-
XYZ71.0485.269.83-
YUV231.62112.41112.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.72%
GREEN value IS 248 (97.27% from 255) = 37.46%
BLUE value IS 204 (80.08% from 255) = 30.82%
R=31.72%
G=37.46%
B=30.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102482040.1500.180.03111.8275.8688.63
HexD2F8CCF0123704c59
Octal322370314170223160114131
Binary110100101111100011001100111101001011111000010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F8CC; }

 p { color: rgb(210,248,204); }

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

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

 a { background-color: rgb(210,248,204); }

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

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

 span { border-color: rgb(210,248,204); }

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