#CDD7DC

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

Shades of Pattens Blue #CDD7DC

Tints of Pattens Blue #CDD7DC

Color information

#CDD7DC (or 0xCDD7DC) is unknown color: approx Pattens Blue. HEX triplet: CD, D7 and DC. RGB value is (205,215,220). Sum of RGB (Red+Green+Blue) = 205+215+220=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDD7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7DC is #322823. Grayscale: #D4D4D4. Windows color (decimal): -3287076 or 14473165. OLE color: 14473165.

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

Color convert

RGB205215220-
CMYK0.070.0200.14
HSL200º17.65%83.33%-
HSV(B)200º6.82%86.27%-
XYZ62.466.7577.31-
YUV212.58132.19122.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.03%
GREEN value IS 215 (84.38% from 255) = 33.59%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=32.03%
G=33.59%
B=34.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052152200.070.0200.1420017.6583.33
HexCDD7DC720Ec81253
Octal3153273347201631022123
Binary110011011101011111011100111100111011001000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7DC; }

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

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

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

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

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

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

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

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