#CDD7DD

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

Shades of Pattens Blue #CDD7DD

Tints of Pattens Blue #CDD7DD

Color information

#CDD7DD (or 0xCDD7DD) is unknown color: approx Pattens Blue. HEX triplet: CD, D7 and DD. RGB value is (205,215,221). Sum of RGB (Red+Green+Blue) = 205+215+221=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDD7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7DD is #322822. Grayscale: #D4D4D4. Windows color (decimal): -3287075 or 14538701. OLE color: 14538701.

HSL color Cylindrical-coordinate representation of color #CDD7DD: hue angle of 202.5º 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 #CDD7DD is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205215221-
CMYK0.070.0300.13
HSL202.5º19.05%83.53%-
HSV(B)202.5º7.24%86.67%-
XYZ62.5366.878-
YUV212.69132.69122.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 215 (84.38% from 255) = 33.54%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=31.98%
G=33.54%
B=34.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052152210.070.0300.13202.519.0583.53
HexCDD7DD730Dca1354
Octal3153273357301531223124
Binary110011011101011111011101111110110111001010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7DD; }

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

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

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

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

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

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

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

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