Html Css Color HEX #DCE7ED Pattens Blue

📋 copy color: '#DCE7ED'

red 220 ◦ green 231 ◦ blue 237

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

Shades of Pattens Blue #DCE7ED

Tints of Pattens Blue #DCE7ED

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.58%

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

R = 31.98%
G = 33.58%
B = 34.45%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCE7ED (or 0xDCE7ED) is known color: Pattens Blue. HEX triplet: DC, E7 and ED. RGB value is (220,231,237). Sum of RGB (Red+Green+Blue) = 220+231+237=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7ED is #231812. Grayscale: #E4E4E4. Windows color (decimal): -2299923 or 15591388. OLE color: 15591388.

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

Color convert

RGB 220 231 237 -
CMYK 0.07 0.03 0 0.07
HSL 201.18º 0.32% 0.9% -
HSV(B) 201.18º 0.07% 0.93% -
XYZ 73.38 78.48 91.4 -
YUV 228.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 220 231 237 0.07 0.03 0 0.07 201.18 0.32 0.9
Hex DC E7 ED 7 3 0 7 C9 20 5A
Octal 334 347 355 7 3 0 7 311 40 132
Binary 11011100 11100111 11101101 111 11 0 111 11001001 100000 1011010

Color Harmonies of #DCE7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE7ED

Black with #DCE7ED

Text Example


Text Example

White with #DCE7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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