Html Css Color HEX #D5EED2 Blue Romance

📋 copy color: '#D5EED2'

red 213 ◦ green 238 ◦ blue 210

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

Shades of Blue Romance #D5EED2

Tints of Blue Romance #D5EED2

RGB

 RED value IS 213 (83.59% from 255) = 32.22%

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

 BLUE value IS 210 (82.42% from 255) = 31.77%

R = 32.22%
G = 36.01%
B = 31.77%

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

#D5EED2 (or 0xD5EED2) is known color: Blue Romance. HEX triplet: D5, EE and D2. RGB value is (213,238,210). Sum of RGB (Red+Green+Blue) = 213+238+210=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EED2 is #2A112D. Grayscale: #E3E3E3. Windows color (decimal): -2756910 or 13823701. OLE color: 13823701.

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

Color convert

RGB 213 238 210 -
CMYK 0.11 0 0.12 0.07
HSL 113.57º 0.45% 0.88% -
HSV(B) 113.57º 0.12% 0.93% -
XYZ 69.65 79.95 72.73 -
YUV 227.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 213 238 210 0.11 0 0.12 0.07 113.57 0.45 0.88
Hex D5 EE D2 B 0 C 7 72 2D 58
Octal 325 356 322 13 0 14 7 162 55 130
Binary 11010101 11101110 11010010 1011 0 1100 111 1110010 101101 1011000

Color Harmonies of #D5EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EED2

Black with #D5EED2

Text Example


Text Example

White with #D5EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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