Html Css Color HEX #DCE6EA Pattens Blue

📋 copy color: '#DCE6EA'

red 220 ◦ green 230 ◦ blue 234

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

Shades of Pattens Blue #DCE6EA

Tints of Pattens Blue #DCE6EA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.63%

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

R = 32.16%
G = 33.63%
B = 34.21%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DCE6EA (or 0xDCE6EA) is known color: Pattens Blue. HEX triplet: DC, E6 and EA. RGB value is (220,230,234). Sum of RGB (Red+Green+Blue) = 220+230+234=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6EA is #231915. Grayscale: #E3E3E3. Windows color (decimal): -2300182 or 15394524. OLE color: 15394524.

HSL color Cylindrical-coordinate representation of color #DCE6EA: hue angle of 197.14º 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 #DCE6EA is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 230 234 -
CMYK 0.06 0.02 0 0.08
HSL 197.14º 0.25% 0.89% -
HSV(B) 197.14º 0.06% 0.92% -
XYZ 72.66 77.75 89.02 -
YUV 227.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 220 230 234 0.06 0.02 0 0.08 197.14 0.25 0.89
Hex DC E6 EA 6 2 0 8 C5 19 59
Octal 334 346 352 6 2 0 10 305 31 131
Binary 11011100 11100110 11101010 110 10 0 1000 11000101 11001 1011001

Color Harmonies of #DCE6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE6EA

Black with #DCE6EA

Text Example


Text Example

White with #DCE6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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