Html Css Color HEX #DCE8ED Pattens Blue

📋 copy color: '#DCE8ED'

red 220 ◦ green 232 ◦ blue 237

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

Shades of Pattens Blue #DCE8ED

Tints of Pattens Blue #DCE8ED

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.67%

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

R = 31.93%
G = 33.67%
B = 34.4%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCE8ED (or 0xDCE8ED) is known color: Pattens Blue. HEX triplet: DC, E8 and ED. RGB value is (220,232,237). Sum of RGB (Red+Green+Blue) = 220+232+237=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8ED is #231712. Grayscale: #E4E4E4. Windows color (decimal): -2299667 or 15591644. OLE color: 15591644.

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

Color convert

RGB 220 232 237 -
CMYK 0.07 0.02 0 0.07
HSL 197.65º 0.32% 0.9% -
HSV(B) 197.65º 0.07% 0.93% -
XYZ 73.66 79.04 91.5 -
YUV 228.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 220 232 237 0.07 0.02 0 0.07 197.65 0.32 0.9
Hex DC E8 ED 7 2 0 7 C6 20 5A
Octal 334 350 355 7 2 0 7 306 40 132
Binary 11011100 11101000 11101101 111 10 0 111 11000110 100000 1011010

Color Harmonies of #DCE8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE8ED

Black with #DCE8ED

Text Example


Text Example

White with #DCE8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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