Html Css Color HEX #DCEDF5 Pattens Blue

📋 copy color: '#DCEDF5'

red 220 ◦ green 237 ◦ blue 245

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

Shades of Pattens Blue #DCEDF5

Tints of Pattens Blue #DCEDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.9%

R = 31.34%
G = 33.76%
B = 34.9%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCEDF5 (or 0xDCEDF5) is known color: Pattens Blue. HEX triplet: DC, ED and F5. RGB value is (220,237,245). Sum of RGB (Red+Green+Blue) = 220+237+245=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCEDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDF5 is #23120A. Grayscale: #E8E8E8. Windows color (decimal): -2298379 or 16117212. OLE color: 16117212.

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

Color convert

RGB 220 237 245 -
CMYK 0.10 0.03 0 0.04
HSL 199.2º 0.56% 0.91% -
HSV(B) 199.2º 0.1% 0.96% -
XYZ 76.28 82.38 98.27 -
YUV 232.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 220 237 245 0.10 0.03 0 0.04 199.2 0.56 0.91
Hex DC ED F5 A 3 0 4 C7 38 5B
Octal 334 355 365 12 3 0 4 307 70 133
Binary 11011100 11101101 11110101 1010 11 0 100 11000111 111000 1011011

Color Harmonies of #DCEDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDF5

Black with #DCEDF5

Text Example


Text Example

White with #DCEDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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