Html Css Color HEX #D0ECCC Blue Romance

📋 copy color: '#D0ECCC'

red 208 ◦ green 236 ◦ blue 204

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

Shades of Blue Romance #D0ECCC

Tints of Blue Romance #D0ECCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.48%

R = 32.1%
G = 36.42%
B = 31.48%

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

#D0ECCC (or 0xD0ECCC) is known color: Blue Romance. HEX triplet: D0, EC and CC. RGB value is (208,236,204). Sum of RGB (Red+Green+Blue) = 208+236+204=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECCC is #2F1333. Grayscale: #E0E0E0. Windows color (decimal): -3085108 or 13429968. OLE color: 13429968.

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

Color convert

RGB 208 236 204 -
CMYK 0.12 0 0.14 0.07
HSL 112.5º 0.46% 0.86% -
HSV(B) 112.5º 0.14% 0.93% -
XYZ 66.91 77.76 68.61 -
YUV 223.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 208 236 204 0.12 0 0.14 0.07 112.5 0.46 0.86
Hex D0 EC CC C 0 E 7 70 2E 56
Octal 320 354 314 14 0 16 7 160 56 126
Binary 11010000 11101100 11001100 1100 0 1110 111 1110000 101110 1010110

Color Harmonies of #D0ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ECCC

Black with #D0ECCC

Text Example


Text Example

White with #D0ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ECCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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