Html Css Color HEX #DCE3E8 Pattens Blue

📋 copy color: '#DCE3E8'

red 220 ◦ green 227 ◦ blue 232

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

Shades of Pattens Blue #DCE3E8

Tints of Pattens Blue #DCE3E8

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.43%

 BLUE value IS 232 (91.02% from 255) = 34.17%

R = 32.4%
G = 33.43%
B = 34.17%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCE3E8 (or 0xDCE3E8) is known color: Pattens Blue. HEX triplet: DC, E3 and E8. RGB value is (220,227,232). Sum of RGB (Red+Green+Blue) = 220+227+232=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 232 (91.02% from 255 or 34.17% from 679); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCE3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE3E8 is #231C17. Grayscale: #E1E1E1. Windows color (decimal): -2300952 or 15262684. OLE color: 15262684.

HSL color Cylindrical-coordinate representation of color #DCE3E8: hue angle of 205º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCE3E8 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 227 232 -
CMYK 0.05 0.02 0 0.09
HSL 205º 0.21% 0.89% -
HSV(B) 205º 0.05% 0.91% -
XYZ 71.55 75.98 87.24 -
YUV 225.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 220 227 232 0.05 0.02 0 0.09 205 0.21 0.89
Hex DC E3 E8 5 2 0 9 CD 15 59
Octal 334 343 350 5 2 0 11 315 25 131
Binary 11011100 11100011 11101000 101 10 0 1001 11001101 10101 1011001

Color Harmonies of #DCE3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE3E8

Black with #DCE3E8

Text Example


Text Example

White with #DCE3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE3E8; }

 p { color: rgb(220,227,232); }

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

background-color css

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

 a { background-color: rgb(220,227,232); }

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

border-color css

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

 span { border-color: rgb(220,227,232); }

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