Html Css Color HEX #D6EED2 Blue Romance

📋 copy color: '#D6EED2'

red 214 ◦ green 238 ◦ blue 210

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

Shades of Blue Romance #D6EED2

Tints of Blue Romance #D6EED2

RGB

 RED value IS 214 (83.98% from 255) = 32.33%

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

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

R = 32.33%
G = 35.95%
B = 31.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#D6EED2 (or 0xD6EED2) is known color: Blue Romance. HEX triplet: D6, EE and D2. RGB value is (214,238,210). Sum of RGB (Red+Green+Blue) = 214+238+210=662 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.33% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 210 (82.42% from 255 or 31.72% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EED2 is #29112D. Grayscale: #E3E3E3. Windows color (decimal): -2691374 or 13823702. OLE color: 13823702.

HSL color Cylindrical-coordinate representation of color #D6EED2: hue angle of 111.43º 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 #D6EED2 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 238 210 -
CMYK 0.10 0 0.12 0.07
HSL 111.43º 0.45% 0.88% -
HSV(B) 111.43º 0.12% 0.93% -
XYZ 69.94 80.1 72.75 -
YUV 227.63 118.05 118.28 -
System Red Green Blue C M Y K H S L
Decimal 214 238 210 0.10 0 0.12 0.07 111.43 0.45 0.88
Hex D6 EE D2 A 0 C 7 6F 2D 58
Octal 326 356 322 12 0 14 7 157 55 130
Binary 11010110 11101110 11010010 1010 0 1100 111 1101111 101101 1011000

Color Harmonies of #D6EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EED2

Black with #D6EED2

Text Example


Text Example

White with #D6EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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