Html Css Color HEX #D0ECCE Blue Romance

📋 copy color: '#D0ECCE'

red 208 ◦ green 236 ◦ blue 206

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

Shades of Blue Romance #D0ECCE

Tints of Blue Romance #D0ECCE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.31%

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

R = 32%
G = 36.31%
B = 31.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#D0ECCE (or 0xD0ECCE) is known color: Blue Romance. HEX triplet: D0, EC and CE. RGB value is (208,236,206). Sum of RGB (Red+Green+Blue) = 208+236+206=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECCE is #2F1331. Grayscale: #E0E0E0. Windows color (decimal): -3085106 or 13561040. OLE color: 13561040.

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

Color convert

RGB 208 236 206 -
CMYK 0.12 0 0.13 0.07
HSL 116º 0.44% 0.87% -
HSV(B) 116º 0.13% 0.93% -
XYZ 67.15 77.86 69.88 -
YUV 224.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 208 236 206 0.12 0 0.13 0.07 116 0.44 0.87
Hex D0 EC CE C 0 D 7 74 2C 57
Octal 320 354 316 14 0 15 7 164 54 127
Binary 11010000 11101100 11001110 1100 0 1101 111 1110100 101100 1010111

Color Harmonies of #D0ECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ECCE

Black with #D0ECCE

Text Example


Text Example

White with #D0ECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ECCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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