#D6F2CF

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

Shades of Blue Romance #D6F2CF

Tints of Blue Romance #D6F2CF

Color information

#D6F2CF (or 0xD6F2CF) is unknown color: approx Blue Romance. HEX triplet: D6, F2 and CF. RGB value is (214,242,207). Sum of RGB (Red+Green+Blue) = 214+242+207=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2CF is #290D30. Grayscale: #E5E5E5. Windows color (decimal): -2690353 or 13628118. OLE color: 13628118.

HSL color Cylindrical-coordinate representation of color #D6F2CF: hue angle of 108º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6F2CF is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB214242207-
CMYK0.1200.140.05
HSL108º57.38%88.04%-
HSV(B)108º14.46%94.9%-
XYZ70.7582.3171.19-
YUV229.64115.22116.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.28%
GREEN value IS 242 (94.92% from 255) = 36.50%
BLUE value IS 207 (81.25% from 255) = 31.22%
R=32.28%
G=36.50%
B=31.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142422070.1200.140.0510857.3888.04
HexD6F2CFC0E56c3958
Octal32636231714016515471130
Binary11010110111100101100111111000111010111011001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F2CF; }

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

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

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

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

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

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

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

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