Html Css Color HEX #D2EDCE Blue Romance

📋 copy color: '#D2EDCE'

red 210 ◦ green 237 ◦ blue 206

#D2EDCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Romance #D2EDCE

Tints of Blue Romance #D2EDCE

RGB

 RED value IS 210 (82.42% from 255) = 32.16%

 GREEN value IS 237 (92.97% from 255) = 36.29%

 BLUE value IS 206 (80.86% from 255) = 31.55%

R = 32.16%
G = 36.29%
B = 31.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#D2EDCE (or 0xD2EDCE) is known color: Blue Romance. HEX triplet: D2, ED and CE. RGB value is (210,237,206). Sum of RGB (Red+Green+Blue) = 210+237+206=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDCE is #2D1231. Grayscale: #E1E1E1. Windows color (decimal): -2953778 or 13561298. OLE color: 13561298.

HSL color Cylindrical-coordinate representation of color #D2EDCE: hue angle of 112.26º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2EDCE is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 237 206 -
CMYK 0.11 0 0.13 0.07
HSL 112.26º 0.46% 0.87% -
HSV(B) 112.26º 0.13% 0.93% -
XYZ 68 78.73 70 -
YUV 225.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 210 237 206 0.11 0 0.13 0.07 112.26 0.46 0.87
Hex D2 ED CE B 0 D 7 70 2E 57
Octal 322 355 316 13 0 15 7 160 56 127
Binary 11010010 11101101 11001110 1011 0 1101 111 1110000 101110 1010111

Color Harmonies of #D2EDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDCE

Black with #D2EDCE

Text Example


Text Example

White with #D2EDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDCE; }

 p { color: rgb(210,237,206); }

 H1.HeaderClassName
 {
   color: #D2EDCE;
 }
 .AnyTagClassName
 {
   color: #D2EDCE;
 }
</style>

background-color css

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

 a { background-color: rgb(210,237,206); }

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

border-color css

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

 span { border-color: rgb(210,237,206); }

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