Html Css Color HEX #D2EECD Blue Romance

📋 copy color: '#D2EECD'

red 210 ◦ green 238 ◦ blue 205

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

Shades of Blue Romance #D2EECD

Tints of Blue Romance #D2EECD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.45%

 BLUE value IS 205 (80.47% from 255) = 31.39%

R = 32.16%
G = 36.45%
B = 31.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#D2EECD (or 0xD2EECD) is known color: Blue Romance. HEX triplet: D2, EE and CD. RGB value is (210,238,205). Sum of RGB (Red+Green+Blue) = 210+238+205=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EECD is #2D1132. Grayscale: #E1E1E1. Windows color (decimal): -2953523 or 13496018. OLE color: 13496018.

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

Color convert

RGB 210 238 205 -
CMYK 0.12 0 0.14 0.07
HSL 110.91º 0.49% 0.87% -
HSV(B) 110.91º 0.14% 0.93% -
XYZ 68.17 79.26 69.46 -
YUV 225.87 116.22 116.68 -
System Red Green Blue C M Y K H S L
Decimal 210 238 205 0.12 0 0.14 0.07 110.91 0.49 0.87
Hex D2 EE CD C 0 E 7 6F 31 57
Octal 322 356 315 14 0 16 7 157 61 127
Binary 11010010 11101110 11001101 1100 0 1110 111 1101111 110001 1010111

Color Harmonies of #D2EECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EECD

Black with #D2EECD

Text Example


Text Example

White with #D2EECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EECD; }

 p { color: rgb(210,238,205); }

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

background-color css

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

 a { background-color: rgb(210,238,205); }

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

border-color css

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

 span { border-color: rgb(210,238,205); }

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