#CDD8DD

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

Shades of Pattens Blue #CDD8DD

Tints of Pattens Blue #CDD8DD

Color information

#CDD8DD (or 0xCDD8DD) is unknown color: approx Pattens Blue. HEX triplet: CD, D8 and DD. RGB value is (205,216,221). Sum of RGB (Red+Green+Blue) = 205+216+221=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDD8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8DD is #322722. Grayscale: #D5D5D5. Windows color (decimal): -3286819 or 14538957. OLE color: 14538957.

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

Color convert

RGB205216221-
CMYK0.070.0200.13
HSL198.75º19.05%83.53%-
HSV(B)198.75º7.24%86.67%-
XYZ62.7867.3178.09-
YUV213.28132.36122.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.93%
GREEN value IS 216 (84.77% from 255) = 33.64%
BLUE value IS 221 (86.72% from 255) = 34.42%
R=31.93%
G=33.64%
B=34.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052162210.070.0200.13198.7519.0583.53
HexCDD8DD720Dc71354
Octal3153303357201530723124
Binary110011011101100011011101111100110111000111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD8DD; }

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

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

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

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

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

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

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

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