#D2E4CF

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

Shades of Blue Romance #D2E4CF

Tints of Blue Romance #D2E4CF

Color information

#D2E4CF (or 0xD2E4CF) is unknown color: approx Blue Romance. HEX triplet: D2, E4 and CF. RGB value is (210,228,207). Sum of RGB (Red+Green+Blue) = 210+228+207=645 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.56% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E4CF is #2D1B30. Grayscale: #DCDCDC. Windows color (decimal): -2956081 or 13624530. OLE color: 13624530.

HSL color Cylindrical-coordinate representation of color #D2E4CF: hue angle of 111.43º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2E4CF is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB210228207-
CMYK0.0800.090.11
HSL111.43º28%85.29%-
HSV(B)111.43º9.21%89.41%-
XYZ65.5873.6969.8-
YUV220.22120.54120.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.56%
GREEN value IS 228 (89.45% from 255) = 35.35%
BLUE value IS 207 (81.25% from 255) = 32.09%
R=32.56%
G=35.35%
B=32.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102282070.0800.090.11111.432885.29
HexD2E4CF809B6f1c55
Octal322344317100111315734125
Binary11010010111001001100111110000100110111101111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E4CF; }

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

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

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

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

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

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

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

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