#CBD7DD

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

Shades of Pattens Blue #CBD7DD

Tints of Pattens Blue #CBD7DD

Color information

#CBD7DD (or 0xCBD7DD) is unknown color: approx Pattens Blue. HEX triplet: CB, D7 and DD. RGB value is (203,215,221). Sum of RGB (Red+Green+Blue) = 203+215+221=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBD7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7DD is #342822. Grayscale: #D4D4D4. Windows color (decimal): -3418147 or 14538699. OLE color: 14538699.

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

Color convert

RGB203215221-
CMYK0.080.0300.13
HSL200º20.93%83.14%-
HSV(B)200º8.14%86.67%-
XYZ61.9866.5277.98-
YUV212.1133.02121.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 215 (84.38% from 255) = 33.65%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=31.77%
G=33.65%
B=34.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032152210.080.0300.1320020.9383.14
HexCBD7DD830Dc81553
Octal31332733510301531025123
Binary1100101111010111110111011000110110111001000101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD7DD; }

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

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

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

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

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

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

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

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