Html Css Color HEX #DCE3E6 Pattens Blue

📋 copy color: '#DCE3E6'

red 220 ◦ green 227 ◦ blue 230

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

Shades of Pattens Blue #DCE3E6

Tints of Pattens Blue #DCE3E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.97%

R = 32.5%
G = 33.53%
B = 33.97%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCE3E6 (or 0xDCE3E6) is known color: Pattens Blue. HEX triplet: DC, E3 and E6. RGB value is (220,227,230). Sum of RGB (Red+Green+Blue) = 220+227+230=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 227 (89.06% from 255 or 33.53% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCE3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE3E6 is #231C19. Grayscale: #E1E1E1. Windows color (decimal): -2300954 or 15131612. OLE color: 15131612.

HSL color Cylindrical-coordinate representation of color #DCE3E6: hue angle of 198º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCE3E6 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 227 230 -
CMYK 0.04 0.01 0 0.10
HSL 198º 0.17% 0.88% -
HSV(B) 198º 0.04% 0.9% -
XYZ 71.27 75.87 85.75 -
YUV 225.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 220 227 230 0.04 0.01 0 0.10 198 0.17 0.88
Hex DC E3 E6 4 1 0 A C6 11 58
Octal 334 343 346 4 1 0 12 306 21 130
Binary 11011100 11100011 11100110 100 1 0 1010 11000110 10001 1011000

Color Harmonies of #DCE3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE3E6

Black with #DCE3E6

Text Example


Text Example

White with #DCE3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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