Html Css Color HEX #DCEDF6 Pattens Blue

📋 copy color: '#DCEDF6'

red 220 ◦ green 237 ◦ blue 246

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

Shades of Pattens Blue #DCEDF6

Tints of Pattens Blue #DCEDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 34.99%

R = 31.29%
G = 33.71%
B = 34.99%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCEDF6 (or 0xDCEDF6) is known color: Pattens Blue. HEX triplet: DC, ED and F6. RGB value is (220,237,246). Sum of RGB (Red+Green+Blue) = 220+237+246=703 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.29% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCEDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDF6 is #231209. Grayscale: #E8E8E8. Windows color (decimal): -2298378 or 16182748. OLE color: 16182748.

HSL color Cylindrical-coordinate representation of color #DCEDF6: hue angle of 200.77º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCEDF6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 237 246 -
CMYK 0.11 0.04 0 0.04
HSL 200.77º 0.59% 0.91% -
HSV(B) 200.77º 0.11% 0.96% -
XYZ 76.43 82.44 99.07 -
YUV 232.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 220 237 246 0.11 0.04 0 0.04 200.77 0.59 0.91
Hex DC ED F6 B 4 0 4 C9 3B 5B
Octal 334 355 366 13 4 0 4 311 73 133
Binary 11011100 11101101 11110110 1011 100 0 100 11001001 111011 1011011

Color Harmonies of #DCEDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDF6

Black with #DCEDF6

Text Example


Text Example

White with #DCEDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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