#CBDBE3

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

Shades of Pattens Blue #CBDBE3

Tints of Pattens Blue #CBDBE3

Color information

#CBDBE3 (or 0xCBDBE3) is unknown color: approx Pattens Blue. HEX triplet: CB, DB and E3. RGB value is (203,219,227). Sum of RGB (Red+Green+Blue) = 203+219+227=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBDBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBE3 is #34241C. Grayscale: #D7D7D7. Windows color (decimal): -3417117 or 14932939. OLE color: 14932939.

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

Color convert

RGB203219227-
CMYK0.110.0400.11
HSL200º30%84.31%-
HSV(B)200º10.57%89.02%-
XYZ63.8368.9182.61-
YUV215.13134.7119.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.28%
GREEN value IS 219 (85.94% from 255) = 33.74%
BLUE value IS 227 (89.06% from 255) = 34.98%
R=31.28%
G=33.74%
B=34.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032192270.110.0400.112003084.31
HexCBDBE3B40Bc81e54
Octal31333334313401331036124
Binary11001011110110111110001110111000101111001000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBE3; }

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

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

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

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

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

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

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

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