#D2E8D1

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

Shades of Blue Romance #D2E8D1

Tints of Blue Romance #D2E8D1

Color information

#D2E8D1 (or 0xD2E8D1) is unknown color: approx Blue Romance. HEX triplet: D2, E8 and D1. RGB value is (210,232,209). Sum of RGB (Red+Green+Blue) = 210+232+209=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 232 (91.02% from 255 or 35.64% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E8D1 is #2D172E. Grayscale: #DEDEDE. Windows color (decimal): -2955055 or 13756626. OLE color: 13756626.

HSL color Cylindrical-coordinate representation of color #D2E8D1: hue angle of 117.39º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2E8D1 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB210232209-
CMYK0.0900.100.09
HSL117.39º33.33%86.47%-
HSV(B)117.39º9.91%90.98%-
XYZ66.9476.0271.47-
YUV222.8120.21118.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.26%
GREEN value IS 232 (91.02% from 255) = 35.64%
BLUE value IS 209 (82.03% from 255) = 32.10%
R=32.26%
G=35.64%
B=32.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102322090.0900.100.09117.3933.3386.47
HexD2E8D190A9752156
Octal322350321110121116541126
Binary110100101110100011010001100101010100111101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E8D1; }

 p { color: rgb(210,232,209); }

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

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

 a { background-color: rgb(210,232,209); }

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

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

 span { border-color: rgb(210,232,209); }

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