#CBD8DE

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

Shades of Pattens Blue #CBD8DE

Tints of Pattens Blue #CBD8DE

Color information

#CBD8DE (or 0xCBD8DE) is unknown color: approx Pattens Blue. HEX triplet: CB, D8 and DE. RGB value is (203,216,222). Sum of RGB (Red+Green+Blue) = 203+216+222=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBD8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD8DE is #342721. Grayscale: #D4D4D4. Windows color (decimal): -3417890 or 14604491. OLE color: 14604491.

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

Color convert

RGB203216222-
CMYK0.090.0300.13
HSL198.95º22.35%83.33%-
HSV(B)198.95º8.56%87.06%-
XYZ62.3767.0878.77-
YUV212.8133.19121.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.67%
GREEN value IS 216 (84.77% from 255) = 33.70%
BLUE value IS 222 (87.11% from 255) = 34.63%
R=31.67%
G=33.70%
B=34.63%

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
Decimal2032162220.090.0300.13198.9522.3583.33
HexCBD8DE930Dc71653
Octal31333033611301530726123
Binary1100101111011000110111101001110110111000111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD8DE; }

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

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

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

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

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

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

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

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