Html Css Color HEX #DCEDF7 Pattens Blue

📋 copy color: '#DCEDF7'

red 220 ◦ green 237 ◦ blue 247

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

Shades of Pattens Blue #DCEDF7

Tints of Pattens Blue #DCEDF7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.66%

 BLUE value IS 247 (96.88% from 255) = 35.09%

R = 31.25%
G = 33.66%
B = 35.09%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DCEDF7 (or 0xDCEDF7) is known color: Pattens Blue. HEX triplet: DC, ED and F7. RGB value is (220,237,247). Sum of RGB (Red+Green+Blue) = 220+237+247=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCEDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDF7 is #231208. Grayscale: #E9E9E9. Windows color (decimal): -2298377 or 16248284. OLE color: 16248284.

HSL color Cylindrical-coordinate representation of color #DCEDF7: hue angle of 202.22º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCEDF7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 237 247 -
CMYK 0.11 0.04 0 0.03
HSL 202.22º 0.63% 0.92% -
HSV(B) 202.22º 0.11% 0.97% -
XYZ 76.59 82.5 99.88 -
YUV 233.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 220 237 247 0.11 0.04 0 0.03 202.22 0.63 0.92
Hex DC ED F7 B 4 0 3 CA 3F 5C
Octal 334 355 367 13 4 0 3 312 77 134
Binary 11011100 11101101 11110111 1011 100 0 11 11001010 111111 1011100

Color Harmonies of #DCEDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDF7

Black with #DCEDF7

Text Example


Text Example

White with #DCEDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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