Html Css Color HEX #DCE9ED Pattens Blue

📋 copy color: '#DCE9ED'

red 220 ◦ green 233 ◦ blue 237

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

Shades of Pattens Blue #DCE9ED

Tints of Pattens Blue #DCE9ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.35%

R = 31.88%
G = 33.77%
B = 34.35%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCE9ED (or 0xDCE9ED) is known color: Pattens Blue. HEX triplet: DC, E9 and ED. RGB value is (220,233,237). Sum of RGB (Red+Green+Blue) = 220+233+237=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCE9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9ED is #231612. Grayscale: #E5E5E5. Windows color (decimal): -2299411 or 15591900. OLE color: 15591900.

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

Color convert

RGB 220 233 237 -
CMYK 0.07 0.02 0 0.07
HSL 194.12º 0.32% 0.9% -
HSV(B) 194.12º 0.07% 0.93% -
XYZ 73.94 79.61 91.59 -
YUV 229.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 220 233 237 0.07 0.02 0 0.07 194.12 0.32 0.9
Hex DC E9 ED 7 2 0 7 C2 20 5A
Octal 334 351 355 7 2 0 7 302 40 132
Binary 11011100 11101001 11101101 111 10 0 111 11000010 100000 1011010

Color Harmonies of #DCE9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE9ED

Black with #DCE9ED

Text Example


Text Example

White with #DCE9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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