#D6F1CF

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

Shades of Blue Romance #D6F1CF

Tints of Blue Romance #D6F1CF

Color information

#D6F1CF (or 0xD6F1CF) is unknown color: approx Blue Romance. HEX triplet: D6, F1 and CF. RGB value is (214,241,207). Sum of RGB (Red+Green+Blue) = 214+241+207=662 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.33% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F1CF is #290E30. Grayscale: #E5E5E5. Windows color (decimal): -2690609 or 13627862. OLE color: 13627862.

HSL color Cylindrical-coordinate representation of color #D6F1CF: hue angle of 107.65º degrees, saturation: 0.55, 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 #D6F1CF is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB214241207-
CMYK0.1100.140.05
HSL107.65º54.84%87.84%-
HSV(B)107.65º14.11%94.51%-
XYZ70.4581.7171.09-
YUV229.05115.55117.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.33%
GREEN value IS 241 (94.53% from 255) = 36.40%
BLUE value IS 207 (81.25% from 255) = 31.27%
R=32.33%
G=36.40%
B=31.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142412070.1100.140.05107.6554.8487.84
HexD6F1CFB0E56c3758
Octal32636131713016515467130
Binary11010110111100011100111110110111010111011001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F1CF; }

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

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

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

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

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

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

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

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