Html Css Color HEX #DCE4ED Pattens Blue

📋 copy color: '#DCE4ED'

red 220 ◦ green 228 ◦ blue 237

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

Shades of Pattens Blue #DCE4ED

Tints of Pattens Blue #DCE4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.6%

R = 32.12%
G = 33.28%
B = 34.6%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCE4ED (or 0xDCE4ED) is known color: Pattens Blue. HEX triplet: DC, E4 and ED. RGB value is (220,228,237). Sum of RGB (Red+Green+Blue) = 220+228+237=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCE4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4ED is #231B12. Grayscale: #E2E2E2. Windows color (decimal): -2300691 or 15590620. OLE color: 15590620.

HSL color Cylindrical-coordinate representation of color #DCE4ED: hue angle of 211.76º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCE4ED is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 228 237 -
CMYK 0.07 0.04 0 0.07
HSL 211.76º 0.32% 0.9% -
HSV(B) 211.76º 0.07% 0.93% -
XYZ 72.54 76.82 91.12 -
YUV 226.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 220 228 237 0.07 0.04 0 0.07 211.76 0.32 0.9
Hex DC E4 ED 7 4 0 7 D4 20 5A
Octal 334 344 355 7 4 0 7 324 40 132
Binary 11011100 11100100 11101101 111 100 0 111 11010100 100000 1011010

Color Harmonies of #DCE4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE4ED

Black with #DCE4ED

Text Example


Text Example

White with #DCE4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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