#D6F7CF

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

Shades of Blue Romance #D6F7CF

Tints of Blue Romance #D6F7CF

Color information

#D6F7CF (or 0xD6F7CF) is unknown color: approx Blue Romance. HEX triplet: D6, F7 and CF. RGB value is (214,247,207). Sum of RGB (Red+Green+Blue) = 214+247+207=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 247 (96.88% from 255 or 36.98% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F7CF is #290830. Grayscale: #E8E8E8. Windows color (decimal): -2689073 or 13629398. OLE color: 13629398.

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

Color convert

RGB214247207-
CMYK0.1300.160.03
HSL109.5º71.43%89.02%-
HSV(B)109.5º16.19%96.86%-
XYZ72.2585.3271.69-
YUV232.57113.57114.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.04%
GREEN value IS 247 (96.88% from 255) = 36.98%
BLUE value IS 207 (81.25% from 255) = 30.99%
R=32.04%
G=36.98%
B=30.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142472070.1300.160.03109.571.4389.02
HexD6F7CFD01036e4759
Octal326367317150203156107131
Binary110101101111011111001111110101000011110111010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F7CF; }

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

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

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

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

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

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

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

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