#CBD8DF

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

Shades of Pattens Blue #CBD8DF

Tints of Pattens Blue #CBD8DF

Color information

#CBD8DF (or 0xCBD8DF) is unknown color: approx Pattens Blue. HEX triplet: CB, D8 and DF. RGB value is (203,216,223). Sum of RGB (Red+Green+Blue) = 203+216+223=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBD8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD8DF is #342720. Grayscale: #D4D4D4. Windows color (decimal): -3417889 or 14670027. OLE color: 14670027.

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

Color convert

RGB203216223-
CMYK0.090.0300.13
HSL201º23.81%83.53%-
HSV(B)201º8.97%87.45%-
XYZ62.567.1479.48-
YUV212.91133.69120.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.62%
GREEN value IS 216 (84.77% from 255) = 33.64%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=31.62%
G=33.64%
B=34.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032162230.090.0300.1320123.8183.53
HexCBD8DF930Dc91854
Octal31333033711301531130124
Binary1100101111011000110111111001110110111001001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD8DF; }

 p { color: rgb(203,216,223); }

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

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

 a { background-color: rgb(203,216,223); }

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

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

 span { border-color: rgb(203,216,223); }

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