#CDD8DE

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

Shades of Pattens Blue #CDD8DE

Tints of Pattens Blue #CDD8DE

Color information

#CDD8DE (or 0xCDD8DE) is unknown color: approx Pattens Blue. HEX triplet: CD, D8 and DE. RGB value is (205,216,222). Sum of RGB (Red+Green+Blue) = 205+216+222=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDD8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8DE is #322721. Grayscale: #D5D5D5. Windows color (decimal): -3286818 or 14604493. OLE color: 14604493.

HSL color Cylindrical-coordinate representation of color #CDD8DE: hue angle of 201.18º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDD8DE is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205216222-
CMYK0.080.0300.13
HSL201.18º20.48%83.73%-
HSV(B)201.18º7.66%87.06%-
XYZ62.9267.3678.79-
YUV213.4132.86122.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.88%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=31.88%
G=33.59%
B=34.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052162220.080.0300.13201.1820.4883.73
HexCDD8DE830Dc91454
Octal31533033610301531124124
Binary1100110111011000110111101000110110111001001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD8DE; }

 p { color: rgb(205,216,222); }

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

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

 a { background-color: rgb(205,216,222); }

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

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

 span { border-color: rgb(205,216,222); }

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