#CBDCEB

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

Shades of Pattens Blue #CBDCEB

Tints of Pattens Blue #CBDCEB

Color information

#CBDCEB (or 0xCBDCEB) is unknown color: approx Pattens Blue. HEX triplet: CB, DC and EB. RGB value is (203,220,235). Sum of RGB (Red+Green+Blue) = 203+220+235=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDCEB is #342314. Grayscale: #D8D8D8. Windows color (decimal): -3416853 or 15457483. OLE color: 15457483.

HSL color Cylindrical-coordinate representation of color #CBDCEB: hue angle of 208.12º 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 #CBDCEB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203220235-
CMYK0.140.0600.08
HSL208.12º44.44%85.88%-
HSV(B)208.12º13.62%92.16%-
XYZ65.2269.8888.65-
YUV216.63138.37118.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.85%
GREEN value IS 220 (86.33% from 255) = 33.43%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=30.85%
G=33.43%
B=35.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032202350.140.0600.08208.1244.4485.88
HexCBDCEBE608d02c56
Octal31333435316601032054126
Binary110010111101110011101011111011001000110100001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCEB; }

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

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

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

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

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

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

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

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