#D2E5CF

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

Shades of Blue Romance #D2E5CF

Tints of Blue Romance #D2E5CF

Color information

#D2E5CF (or 0xD2E5CF) is unknown color: approx Blue Romance. HEX triplet: D2, E5 and CF. RGB value is (210,229,207). Sum of RGB (Red+Green+Blue) = 210+229+207=646 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.51% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E5CF is #2D1A30. Grayscale: #DCDCDC. Windows color (decimal): -2955825 or 13624786. OLE color: 13624786.

HSL color Cylindrical-coordinate representation of color #D2E5CF: hue angle of 111.82º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2E5CF is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB210229207-
CMYK0.0800.100.10
HSL111.82º29.73%85.49%-
HSV(B)111.82º9.61%89.8%-
XYZ65.8674.2569.89-
YUV220.81120.21120.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.51%
GREEN value IS 229 (89.84% from 255) = 35.45%
BLUE value IS 207 (81.25% from 255) = 32.04%
R=32.51%
G=35.45%
B=32.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102292070.0800.100.10111.8229.7385.49
HexD2E5CF80AA701e55
Octal322345317100121216036125
Binary11010010111001011100111110000101010101110000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E5CF; }

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

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

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

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

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

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

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

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