#CBDBE1

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

Shades of Pattens Blue #CBDBE1

Tints of Pattens Blue #CBDBE1

Color information

#CBDBE1 (or 0xCBDBE1) is unknown color: approx Pattens Blue. HEX triplet: CB, DB and E1. RGB value is (203,219,225). Sum of RGB (Red+Green+Blue) = 203+219+225=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBDBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBE1 is #34241E. Grayscale: #D6D6D6. Windows color (decimal): -3417119 or 14801867. OLE color: 14801867.

HSL color Cylindrical-coordinate representation of color #CBDBE1: hue angle of 196.36º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBDBE1 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203219225-
CMYK0.100.0300.12
HSL196.36º26.83%83.92%-
HSV(B)196.36º9.78%88.24%-
XYZ63.5568.881.16-
YUV214.9133.7119.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.38%
GREEN value IS 219 (85.94% from 255) = 33.85%
BLUE value IS 225 (88.28% from 255) = 34.78%
R=31.38%
G=33.85%
B=34.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032192250.100.0300.12196.3626.8383.92
HexCBDBE1A30Cc41b54
Octal31333334112301430433124
Binary1100101111011011111000011010110110011000100110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBE1; }

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

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

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

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

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

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

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

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