Html Css Color HEX #DCE5EA Pattens Blue

📋 copy color: '#DCE5EA'

red 220 ◦ green 229 ◦ blue 234

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

Shades of Pattens Blue #DCE5EA

Tints of Pattens Blue #DCE5EA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.53%

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

R = 32.21%
G = 33.53%
B = 34.26%

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

#DCE5EA (or 0xDCE5EA) is known color: Pattens Blue. HEX triplet: DC, E5 and EA. RGB value is (220,229,234). Sum of RGB (Red+Green+Blue) = 220+229+234=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCE5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5EA is #231A15. Grayscale: #E2E2E2. Windows color (decimal): -2300438 or 15394268. OLE color: 15394268.

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

Color convert

RGB 220 229 234 -
CMYK 0.06 0.02 0 0.08
HSL 201.43º 0.25% 0.89% -
HSV(B) 201.43º 0.06% 0.92% -
XYZ 72.39 77.19 88.93 -
YUV 226.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 220 229 234 0.06 0.02 0 0.08 201.43 0.25 0.89
Hex DC E5 EA 6 2 0 8 C9 19 59
Octal 334 345 352 6 2 0 10 311 31 131
Binary 11011100 11100101 11101010 110 10 0 1000 11001001 11001 1011001

Color Harmonies of #DCE5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE5EA

Black with #DCE5EA

Text Example


Text Example

White with #DCE5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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