#D2F1CF

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

Shades of Blue Romance #D2F1CF

Tints of Blue Romance #D2F1CF

Color information

#D2F1CF (or 0xD2F1CF) is unknown color: approx Blue Romance. HEX triplet: D2, F1 and CF. RGB value is (210,241,207). Sum of RGB (Red+Green+Blue) = 210+241+207=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F1CF is #2D0E30. Grayscale: #E3E3E3. Windows color (decimal): -2952753 or 13627858. OLE color: 13627858.

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

Color convert

RGB210241207-
CMYK0.1300.140.05
HSL114.71º54.84%87.84%-
HSV(B)114.71º14.11%94.51%-
XYZ69.381.1271.04-
YUV227.86116.23115.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.91%
GREEN value IS 241 (94.53% from 255) = 36.63%
BLUE value IS 207 (81.25% from 255) = 31.46%
R=31.91%
G=36.63%
B=31.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102412070.1300.140.05114.7154.8487.84
HexD2F1CFD0E5733758
Octal32236131715016516367130
Binary11010010111100011100111111010111010111100111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F1CF; }

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

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

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

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

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

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

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

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