Html Css Color HEX #DCE4E9 Pattens Blue

📋 copy color: '#DCE4E9'

red 220 ◦ green 228 ◦ blue 233

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

Shades of Pattens Blue #DCE4E9

Tints of Pattens Blue #DCE4E9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.48%

 BLUE value IS 233 (91.41% from 255) = 34.21%

R = 32.31%
G = 33.48%
B = 34.21%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCE4E9 (or 0xDCE4E9) is known color: Pattens Blue. HEX triplet: DC, E4 and E9. RGB value is (220,228,233). Sum of RGB (Red+Green+Blue) = 220+228+233=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 233 (91.41% from 255 or 34.21% from 681); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCE4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4E9 is #231B16. Grayscale: #E2E2E2. Windows color (decimal): -2300695 or 15328476. OLE color: 15328476.

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

Color convert

RGB 220 228 233 -
CMYK 0.06 0.02 0 0.09
HSL 203.08º 0.23% 0.89% -
HSV(B) 203.08º 0.06% 0.91% -
XYZ 71.97 76.59 88.08 -
YUV 226.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 220 228 233 0.06 0.02 0 0.09 203.08 0.23 0.89
Hex DC E4 E9 6 2 0 9 CB 17 59
Octal 334 344 351 6 2 0 11 313 27 131
Binary 11011100 11100100 11101001 110 10 0 1001 11001011 10111 1011001

Color Harmonies of #DCE4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE4E9

Black with #DCE4E9

Text Example


Text Example

White with #DCE4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE4E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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