#D2F1CD

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

Shades of Blue Romance #D2F1CD

Tints of Blue Romance #D2F1CD

Color information

#D2F1CD (or 0xD2F1CD) is unknown color: approx Blue Romance. HEX triplet: D2, F1 and CD. RGB value is (210,241,205). Sum of RGB (Red+Green+Blue) = 210+241+205=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F1CD is #2D0E32. Grayscale: #E3E3E3. Windows color (decimal): -2952755 or 13496786. OLE color: 13496786.

HSL color Cylindrical-coordinate representation of color #D2F1CD: hue angle of 111.67º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2F1CD is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB210241205-
CMYK0.1300.150.05
HSL111.67º56.25%87.45%-
HSV(B)111.67º14.94%94.51%-
XYZ69.0581.0269.76-
YUV227.63115.23115.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.01%
GREEN value IS 241 (94.53% from 255) = 36.74%
BLUE value IS 205 (80.47% from 255) = 31.25%
R=32.01%
G=36.74%
B=31.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102412050.1300.150.05111.6756.2587.45
HexD2F1CDD0F5703857
Octal32236131515017516070127
Binary11010010111100011100110111010111110111100001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F1CD; }

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

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

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

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

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

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

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

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