#CDD6DB

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

Shades of Pattens Blue #CDD6DB

Tints of Pattens Blue #CDD6DB

Color information

#CDD6DB (or 0xCDD6DB) is unknown color: approx Pattens Blue. HEX triplet: CD, D6 and DB. RGB value is (205,214,219). Sum of RGB (Red+Green+Blue) = 205+214+219=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6DB is #322924. Grayscale: #D3D3D3. Windows color (decimal): -3287333 or 14407373. OLE color: 14407373.

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

Color convert

RGB205214219-
CMYK0.060.0200.14
HSL201.43º16.28%83.14%-
HSV(B)201.43º6.39%85.88%-
XYZ62.0166.1976.52-
YUV211.88132.02123.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.13%
GREEN value IS 214 (83.98% from 255) = 33.54%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=32.13%
G=33.54%
B=34.33%

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
Decimal2052142190.060.0200.14201.4316.2883.14
HexCDD6DB620Ec91053
Octal3153263336201631120123
Binary110011011101011011011011110100111011001001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6DB; }

 p { color: rgb(205,214,219); }

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

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

 a { background-color: rgb(205,214,219); }

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

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

 span { border-color: rgb(205,214,219); }

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