Html Css Color HEX #DCE7EA Pattens Blue

📋 copy color: '#DCE7EA'

red 220 ◦ green 231 ◦ blue 234

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

Shades of Pattens Blue #DCE7EA

Tints of Pattens Blue #DCE7EA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.72%

 BLUE value IS 234 (91.8% from 255) = 34.16%

R = 32.12%
G = 33.72%
B = 34.16%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DCE7EA (or 0xDCE7EA) is known color: Pattens Blue. HEX triplet: DC, E7 and EA. RGB value is (220,231,234). Sum of RGB (Red+Green+Blue) = 220+231+234=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCE7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7EA is #231815. Grayscale: #E4E4E4. Windows color (decimal): -2299926 or 15394780. OLE color: 15394780.

HSL color Cylindrical-coordinate representation of color #DCE7EA: hue angle of 192.86º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE7EA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 231 234 -
CMYK 0.06 0.01 0 0.08
HSL 192.86º 0.25% 0.89% -
HSV(B) 192.86º 0.06% 0.92% -
XYZ 72.94 78.31 89.11 -
YUV 228.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 220 231 234 0.06 0.01 0 0.08 192.86 0.25 0.89
Hex DC E7 EA 6 1 0 8 C1 19 59
Octal 334 347 352 6 1 0 10 301 31 131
Binary 11011100 11100111 11101010 110 1 0 1000 11000001 11001 1011001

Color Harmonies of #DCE7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE7EA

Black with #DCE7EA

Text Example


Text Example

White with #DCE7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE7EA; }

 p { color: rgb(220,231,234); }

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

background-color css

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

 a { background-color: rgb(220,231,234); }

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

border-color css

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

 span { border-color: rgb(220,231,234); }

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