#D6FCCF

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

Shades of Blue Romance #D6FCCF

Tints of Blue Romance #D6FCCF

Color information

#D6FCCF (or 0xD6FCCF) is unknown color: approx Blue Romance. HEX triplet: D6, FC and CF. RGB value is (214,252,207). Sum of RGB (Red+Green+Blue) = 214+252+207=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FCCF is #290330. Grayscale: #EBEBEB. Windows color (decimal): -2687793 or 13630678. OLE color: 13630678.

HSL color Cylindrical-coordinate representation of color #D6FCCF: hue angle of 110.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6FCCF is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB214252207-
CMYK0.1500.180.01
HSL110.67º88.24%90%-
HSV(B)110.67º17.86%98.82%-
XYZ73.888.4272.21-
YUV235.51111.91112.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.80%
GREEN value IS 252 (98.83% from 255) = 37.44%
BLUE value IS 207 (81.25% from 255) = 30.76%
R=31.80%
G=37.44%
B=30.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142522070.1500.180.01110.6788.2490
HexD6FCCFF01216f585a
Octal326374317170221157130132
Binary11010110111111001100111111110100101110111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FCCF; }

 p { color: rgb(214,252,207); }

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

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

 a { background-color: rgb(214,252,207); }

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

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

 span { border-color: rgb(214,252,207); }

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