Html Css Color HEX #DCE4EA Pattens Blue

📋 copy color: '#DCE4EA'

red 220 ◦ green 228 ◦ blue 234

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

Shades of Pattens Blue #DCE4EA

Tints of Pattens Blue #DCE4EA

RGB

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

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

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

R = 32.26%
G = 33.43%
B = 34.31%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DCE4EA (or 0xDCE4EA) is known color: Pattens Blue. HEX triplet: DC, E4 and EA. RGB value is (220,228,234). Sum of RGB (Red+Green+Blue) = 220+228+234=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4EA is #231B15. Grayscale: #E2E2E2. Windows color (decimal): -2300694 or 15394012. OLE color: 15394012.

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

Color convert

RGB 220 228 234 -
CMYK 0.06 0.03 0 0.08
HSL 205.71º 0.25% 0.89% -
HSV(B) 205.71º 0.06% 0.92% -
XYZ 72.11 76.64 88.83 -
YUV 226.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 220 228 234 0.06 0.03 0 0.08 205.71 0.25 0.89
Hex DC E4 EA 6 3 0 8 CE 19 59
Octal 334 344 352 6 3 0 10 316 31 131
Binary 11011100 11100100 11101010 110 11 0 1000 11001110 11001 1011001

Color Harmonies of #DCE4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE4EA

Black with #DCE4EA

Text Example


Text Example

White with #DCE4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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