Html Css Color HEX #DCE9EC Pattens Blue

📋 copy color: '#DCE9EC'

red 220 ◦ green 233 ◦ blue 236

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

Shades of Pattens Blue #DCE9EC

Tints of Pattens Blue #DCE9EC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.82%

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

R = 31.93%
G = 33.82%
B = 34.25%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCE9EC (or 0xDCE9EC) is known color: Pattens Blue. HEX triplet: DC, E9 and EC. RGB value is (220,233,236). Sum of RGB (Red+Green+Blue) = 220+233+236=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9EC is #231613. Grayscale: #E5E5E5. Windows color (decimal): -2299412 or 15526364. OLE color: 15526364.

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

Color convert

RGB 220 233 236 -
CMYK 0.07 0.01 0 0.07
HSL 191.25º 0.3% 0.89% -
HSV(B) 191.25º 0.07% 0.93% -
XYZ 73.79 79.55 90.82 -
YUV 229.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 220 233 236 0.07 0.01 0 0.07 191.25 0.3 0.89
Hex DC E9 EC 7 1 0 7 BF 1E 59
Octal 334 351 354 7 1 0 7 277 36 131
Binary 11011100 11101001 11101100 111 1 0 111 10111111 11110 1011001

Color Harmonies of #DCE9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE9EC

Black with #DCE9EC

Text Example


Text Example

White with #DCE9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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