#CBDCE9

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

Shades of Pattens Blue #CBDCE9

Tints of Pattens Blue #CBDCE9

Color information

#CBDCE9 (or 0xCBDCE9) is unknown color: approx Pattens Blue. HEX triplet: CB, DC and E9. RGB value is (203,220,233). Sum of RGB (Red+Green+Blue) = 203+220+233=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDCE9 is #342316. Grayscale: #D8D8D8. Windows color (decimal): -3416855 or 15326411. OLE color: 15326411.

HSL color Cylindrical-coordinate representation of color #CBDCE9: hue angle of 206º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBDCE9 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203220233-
CMYK0.130.0600.09
HSL206º40.54%85.49%-
HSV(B)206º12.88%91.37%-
XYZ64.9369.7787.13-
YUV216.4137.37118.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.95%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 233 (91.41% from 255) = 35.52%
R=30.95%
G=33.54%
B=35.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032202330.130.0600.0920640.5485.49
HexCBDCE9D609ce2955
Octal31333435115601131651125
Binary110010111101110011101001110111001001110011101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCE9; }

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

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

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

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

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

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

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

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