#DCECF9

Color #DCECF9 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DCECF9

Tints of Pattens Blue #DCECF9

Color information

#DCECF9 (or 0xDCECF9) is unknown color: approx Pattens Blue. HEX triplet: DC, EC and F9. RGB value is (220,236,249). Sum of RGB (Red+Green+Blue) = 220+236+249=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECF9 is #231306. Grayscale: #E8E8E8. Windows color (decimal): -2298631 or 16379100. OLE color: 16379100.

HSL color Cylindrical-coordinate representation of color #DCECF9: hue angle of 206.9º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCECF9 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220236249-
CMYK0.120.0500.02
HSL206.9º70.73%91.96%-
HSV(B)206.9º11.65%97.65%-
XYZ76.6182.05101.42-
YUV232.7137.2118.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.21%
GREEN value IS 236 (92.58% from 255) = 33.48%
BLUE value IS 249 (97.66% from 255) = 35.32%
R=31.21%
G=33.48%
B=35.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202362490.120.0500.02206.970.7391.96
HexDCECF9C502cf475c
Octal33435437114502317107134
Binary11011100111011001111100111001010101100111110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCECF9; }

 p { color: rgb(220,236,249); }

 H1.HeaderClassName
 {
   color: #DCECF9;
 }
 .AnyTagClassName
 {
   color: #DCECF9;
 }
</style>
background-color css

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

 a { background-color: rgb(220,236,249); }

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

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

 span { border-color: rgb(220,236,249); }

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