Html Css Color HEX #D0EECE Blue Romance

📋 copy color: '#D0EECE'

red 208 ◦ green 238 ◦ blue 206

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

Shades of Blue Romance #D0EECE

Tints of Blue Romance #D0EECE

RGB

 RED value IS 208 (81.64% from 255) = 31.9%

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

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

R = 31.9%
G = 36.5%
B = 31.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#D0EECE (or 0xD0EECE) is known color: Blue Romance. HEX triplet: D0, EE and CE. RGB value is (208,238,206). Sum of RGB (Red+Green+Blue) = 208+238+206=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EECE is #2F1131. Grayscale: #E1E1E1. Windows color (decimal): -3084594 or 13561552. OLE color: 13561552.

HSL color Cylindrical-coordinate representation of color #D0EECE: hue angle of 116.25º degrees, saturation: 0.48, 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 #D0EECE is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 238 206 -
CMYK 0.13 0 0.13 0.07
HSL 116.25º 0.48% 0.87% -
HSV(B) 116.25º 0.13% 0.93% -
XYZ 67.73 79.02 70.07 -
YUV 225.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 208 238 206 0.13 0 0.13 0.07 116.25 0.48 0.87
Hex D0 EE CE D 0 D 7 74 30 57
Octal 320 356 316 15 0 15 7 164 60 127
Binary 11010000 11101110 11001110 1101 0 1101 111 1110100 110000 1010111

Color Harmonies of #D0EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EECE

Black with #D0EECE

Text Example


Text Example

White with #D0EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EECE; }

 p { color: rgb(208,238,206); }

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

background-color css

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

 a { background-color: rgb(208,238,206); }

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

border-color css

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

 span { border-color: rgb(208,238,206); }

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