#D2F4CF

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

Shades of Blue Romance #D2F4CF

Tints of Blue Romance #D2F4CF

Color information

#D2F4CF (or 0xD2F4CF) is unknown color: approx Blue Romance. HEX triplet: D2, F4 and CF. RGB value is (210,244,207). Sum of RGB (Red+Green+Blue) = 210+244+207=661 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.77% from 661); Green value is 244 (95.70% from 255 or 36.91% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F4CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F4CF is #2D0B30. Grayscale: #E5E5E5. Windows color (decimal): -2951985 or 13628626. OLE color: 13628626.

HSL color Cylindrical-coordinate representation of color #D2F4CF: hue angle of 115.14º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2F4CF is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB210244207-
CMYK0.1400.150.04
HSL115.14º62.71%88.43%-
HSV(B)115.14º15.16%95.69%-
XYZ70.1982.9171.33-
YUV229.62115.24114.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.77%
GREEN value IS 244 (95.70% from 255) = 36.91%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=31.77%
G=36.91%
B=31.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102442070.1400.150.04115.1462.7188.43
HexD2F4CFE0F4733f58
Octal32236431716017416377130
Binary11010010111101001100111111100111110011100111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F4CF; }

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

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

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

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

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

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

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

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