#CBDBE2

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

Shades of Pattens Blue #CBDBE2

Tints of Pattens Blue #CBDBE2

Color information

#CBDBE2 (or 0xCBDBE2) is unknown color: approx Pattens Blue. HEX triplet: CB, DB and E2. RGB value is (203,219,226). Sum of RGB (Red+Green+Blue) = 203+219+226=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBDBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBE2 is #34241D. Grayscale: #D6D6D6. Windows color (decimal): -3417118 or 14867403. OLE color: 14867403.

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

Color convert

RGB203219226-
CMYK0.100.0300.11
HSL198.26º28.4%84.12%-
HSV(B)198.26º10.18%88.63%-
XYZ63.6968.8581.88-
YUV215.01134.2119.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.33%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 226 (88.67% from 255) = 34.88%
R=31.33%
G=33.80%
B=34.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032192260.100.0300.11198.2628.484.12
HexCBDBE2A30Bc61c54
Octal31333334212301330634124
Binary1100101111011011111000101010110101111000110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBE2; }

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

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

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

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

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

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

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

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