Html Css Color HEX #DCE5ED Pattens Blue

📋 copy color: '#DCE5ED'

red 220 ◦ green 229 ◦ blue 237

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

Shades of Pattens Blue #DCE5ED

Tints of Pattens Blue #DCE5ED

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.38%

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

R = 32.07%
G = 33.38%
B = 34.55%

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

#DCE5ED (or 0xDCE5ED) is known color: Pattens Blue. HEX triplet: DC, E5 and ED. RGB value is (220,229,237). Sum of RGB (Red+Green+Blue) = 220+229+237=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5ED is #231A12. Grayscale: #E3E3E3. Windows color (decimal): -2300435 or 15590876. OLE color: 15590876.

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

Color convert

RGB 220 229 237 -
CMYK 0.07 0.03 0 0.07
HSL 208.24º 0.32% 0.9% -
HSV(B) 208.24º 0.07% 0.93% -
XYZ 72.82 77.37 91.22 -
YUV 227.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 220 229 237 0.07 0.03 0 0.07 208.24 0.32 0.9
Hex DC E5 ED 7 3 0 7 D0 20 5A
Octal 334 345 355 7 3 0 7 320 40 132
Binary 11011100 11100101 11101101 111 11 0 111 11010000 100000 1011010

Color Harmonies of #DCE5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE5ED

Black with #DCE5ED

Text Example


Text Example

White with #DCE5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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