Html Css Color HEX #D2EDD0 Blue Romance

📋 copy color: '#D2EDD0'

red 210 ◦ green 237 ◦ blue 208

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

Shades of Blue Romance #D2EDD0

Tints of Blue Romance #D2EDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.76%

R = 32.06%
G = 36.18%
B = 31.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#D2EDD0 (or 0xD2EDD0) is known color: Blue Romance. HEX triplet: D2, ED and D0. RGB value is (210,237,208). Sum of RGB (Red+Green+Blue) = 210+237+208=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDD0 is #2D122F. Grayscale: #E1E1E1. Windows color (decimal): -2953776 or 13692370. OLE color: 13692370.

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

Color convert

RGB 210 237 208 -
CMYK 0.11 0 0.12 0.07
HSL 115.86º 0.45% 0.87% -
HSV(B) 115.86º 0.12% 0.93% -
XYZ 68.25 78.82 71.29 -
YUV 225.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 210 237 208 0.11 0 0.12 0.07 115.86 0.45 0.87
Hex D2 ED D0 B 0 C 7 74 2D 57
Octal 322 355 320 13 0 14 7 164 55 127
Binary 11010010 11101101 11010000 1011 0 1100 111 1110100 101101 1010111

Color Harmonies of #D2EDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDD0

Black with #D2EDD0

Text Example


Text Example

White with #D2EDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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