#D2FFCF

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

Shades of Blue Romance #D2FFCF

Tints of Blue Romance #D2FFCF

Color information

#D2FFCF (or 0xD2FFCF) is unknown color: approx Blue Romance. HEX triplet: D2, FF and CF. RGB value is (210,255,207). Sum of RGB (Red+Green+Blue) = 210+255+207=672 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.25% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFCF is #2D0030. Grayscale: #ECECEC. Windows color (decimal): -2949169 or 13631442. OLE color: 13631442.

HSL color Cylindrical-coordinate representation of color #D2FFCF: hue angle of 116.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2FFCF is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB210255207-
CMYK0.1800.190
HSL116.25º100%90.59%-
HSV(B)116.25º18.82%100%-
XYZ73.689.7372.47-
YUV236.07111.59109.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.25%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 207 (81.25% from 255) = 30.80%
R=31.25%
G=37.95%
B=30.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102552070.1800.190116.2510090.59
HexD2FFCF12013074645b
Octal322377317220230164144133
Binary110100101111111111001111100100100110111010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFCF; }

 p { color: rgb(210,255,207); }

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

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

 a { background-color: rgb(210,255,207); }

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

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

 span { border-color: rgb(210,255,207); }

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