#CED8DC

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

Shades of Pattens Blue #CED8DC

Tints of Pattens Blue #CED8DC

Color information

#CED8DC (or 0xCED8DC) is unknown color: approx Pattens Blue. HEX triplet: CE, D8 and DC. RGB value is (206,216,220). Sum of RGB (Red+Green+Blue) = 206+216+220=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 220 - color contains mainly: blue. Hex color #CED8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8DC is #312723. Grayscale: #D5D5D5. Windows color (decimal): -3221284 or 14473422. OLE color: 14473422.

HSL color Cylindrical-coordinate representation of color #CED8DC: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED8DC is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206216220-
CMYK0.060.0200.14
HSL197.14º16.67%83.53%-
HSV(B)197.14º6.36%86.27%-
XYZ62.9367.477.4-
YUV213.47131.69122.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.09%
GREEN value IS 216 (84.77% from 255) = 33.64%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=32.09%
G=33.64%
B=34.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062162200.060.0200.14197.1416.6783.53
HexCED8DC620Ec51154
Octal3163303346201630521124
Binary110011101101100011011100110100111011000101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED8DC; }

 p { color: rgb(206,216,220); }

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

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

 a { background-color: rgb(206,216,220); }

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

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

 span { border-color: rgb(206,216,220); }

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