#CBD6DC

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

Shades of Pattens Blue #CBD6DC

Tints of Pattens Blue #CBD6DC

Color information

#CBD6DC (or 0xCBD6DC) is unknown color: approx Pattens Blue. HEX triplet: CB, D6 and DC. RGB value is (203,214,220). Sum of RGB (Red+Green+Blue) = 203+214+220=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6DC is #342923. Grayscale: #D3D3D3. Windows color (decimal): -3418404 or 14472907. OLE color: 14472907.

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

Color convert

RGB203214220-
CMYK0.080.0300.14
HSL201.18º19.54%82.94%-
HSV(B)201.18º7.73%86.27%-
XYZ61.5965.9677.19-
YUV211.4132.86122.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.87%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=31.87%
G=33.59%
B=34.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032142200.080.0300.14201.1819.5482.94
HexCBD6DC830Ec91453
Octal31332633410301631124123
Binary1100101111010110110111001000110111011001001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6DC; }

 p { color: rgb(203,214,220); }

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

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

 a { background-color: rgb(203,214,220); }

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

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

 span { border-color: rgb(203,214,220); }

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