#CBDBEB

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

Shades of Pattens Blue #CBDBEB

Tints of Pattens Blue #CBDBEB

Color information

#CBDBEB (or 0xCBDBEB) is unknown color: approx Pattens Blue. HEX triplet: CB, DB and EB. RGB value is (203,219,235). Sum of RGB (Red+Green+Blue) = 203+219+235=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBDBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDBEB is #342414. Grayscale: #D7D7D7. Windows color (decimal): -3417109 or 15457227. OLE color: 15457227.

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

Color convert

RGB203219235-
CMYK0.140.0700.08
HSL210º44.44%85.88%-
HSV(B)210º13.62%92.16%-
XYZ64.9669.3688.56-
YUV216.04138.7118.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.90%
GREEN value IS 219 (85.94% from 255) = 33.33%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=30.90%
G=33.33%
B=35.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032192350.140.0700.0821044.4485.88
HexCBDBEBE708d22c56
Octal31333335316701032254126
Binary110010111101101111101011111011101000110100101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBEB; }

 p { color: rgb(203,219,235); }

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

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

 a { background-color: rgb(203,219,235); }

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

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

 span { border-color: rgb(203,219,235); }

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