Html Css Color HEX #DCEDF8 Pattens Blue

📋 copy color: '#DCEDF8'

red 220 ◦ green 237 ◦ blue 248

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

Shades of Pattens Blue #DCEDF8

Tints of Pattens Blue #DCEDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.18%

R = 31.21%
G = 33.62%
B = 35.18%

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

#DCEDF8 (or 0xDCEDF8) is known color: Pattens Blue. HEX triplet: DC, ED and F8. RGB value is (220,237,248). Sum of RGB (Red+Green+Blue) = 220+237+248=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCEDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDF8 is #231207. Grayscale: #E9E9E9. Windows color (decimal): -2298376 or 16313820. OLE color: 16313820.

HSL color Cylindrical-coordinate representation of color #DCEDF8: hue angle of 203.57º degrees, saturation: 0.67, 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 #DCEDF8 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 237 248 -
CMYK 0.11 0.04 0 0.03
HSL 203.57º 0.67% 0.92% -
HSV(B) 203.57º 0.11% 0.97% -
XYZ 76.74 82.56 100.7 -
YUV 233.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 220 237 248 0.11 0.04 0 0.03 203.57 0.67 0.92
Hex DC ED F8 B 4 0 3 CC 43 5C
Octal 334 355 370 13 4 0 3 314 103 134
Binary 11011100 11101101 11111000 1011 100 0 11 11001100 1000011 1011100

Color Harmonies of #DCEDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDF8

Black with #DCEDF8

Text Example


Text Example

White with #DCEDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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