Html Css Color HEX #DCE4EC Pattens Blue

📋 copy color: '#DCE4EC'

red 220 ◦ green 228 ◦ blue 236

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

Shades of Pattens Blue #DCE4EC

Tints of Pattens Blue #DCE4EC

RGB

 RED value IS 220 (86.33% from 255) = 32.16%

 GREEN value IS 228 (89.45% from 255) = 33.33%

 BLUE value IS 236 (92.58% from 255) = 34.5%

R = 32.16%
G = 33.33%
B = 34.5%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCE4EC (or 0xDCE4EC) is known color: Pattens Blue. HEX triplet: DC, E4 and EC. RGB value is (220,228,236). Sum of RGB (Red+Green+Blue) = 220+228+236=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4EC is #231B13. Grayscale: #E2E2E2. Windows color (decimal): -2300692 or 15525084. OLE color: 15525084.

HSL color Cylindrical-coordinate representation of color #DCE4EC: hue angle of 210º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCE4EC is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 228 236 -
CMYK 0.07 0.03 0 0.07
HSL 210º 0.3% 0.89% -
HSV(B) 210º 0.07% 0.93% -
XYZ 72.4 76.76 90.36 -
YUV 226.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 220 228 236 0.07 0.03 0 0.07 210 0.3 0.89
Hex DC E4 EC 7 3 0 7 D2 1E 59
Octal 334 344 354 7 3 0 7 322 36 131
Binary 11011100 11100100 11101100 111 11 0 111 11010010 11110 1011001

Color Harmonies of #DCE4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE4EC

Black with #DCE4EC

Text Example


Text Example

White with #DCE4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE4EC; }

 p { color: rgb(220,228,236); }

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

background-color css

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

 a { background-color: rgb(220,228,236); }

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

border-color css

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

 span { border-color: rgb(220,228,236); }

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