#D2E8D0

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

Shades of Blue Romance #D2E8D0

Tints of Blue Romance #D2E8D0

Color information

#D2E8D0 (or 0xD2E8D0) is unknown color: approx Blue Romance. HEX triplet: D2, E8 and D0. RGB value is (210,232,208). Sum of RGB (Red+Green+Blue) = 210+232+208=650 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.31% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E8D0 is #2D172F. Grayscale: #DEDEDE. Windows color (decimal): -2955056 or 13691090. OLE color: 13691090.

HSL color Cylindrical-coordinate representation of color #D2E8D0: hue angle of 115º degrees, saturation: 0.34, 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 #D2E8D0 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB210232208-
CMYK0.0900.100.09
HSL115º34.29%86.27%-
HSV(B)115º10.34%90.98%-
XYZ66.8275.9770.82-
YUV222.69119.71118.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.31%
GREEN value IS 232 (91.02% from 255) = 35.69%
BLUE value IS 208 (81.64% from 255) = 32%
R=32.31%
G=35.69%
B=32%

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
Decimal2102322080.0900.100.0911534.2986.27
HexD2E8D090A9732256
Octal322350320110121116342126
Binary110100101110100011010000100101010100111100111000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E8D0; }

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

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

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

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

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

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

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

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