#CBDBE5

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

Shades of Pattens Blue #CBDBE5

Tints of Pattens Blue #CBDBE5

Color information

#CBDBE5 (or 0xCBDBE5) is unknown color: approx Pattens Blue. HEX triplet: CB, DB and E5. RGB value is (203,219,229). Sum of RGB (Red+Green+Blue) = 203+219+229=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBDBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBE5 is #34241A. Grayscale: #D7D7D7. Windows color (decimal): -3417115 or 15064011. OLE color: 15064011.

HSL color Cylindrical-coordinate representation of color #CBDBE5: hue angle of 203.08º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBDBE5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203219229-
CMYK0.110.0400.10
HSL203.08º33.33%84.71%-
HSV(B)203.08º11.35%89.8%-
XYZ64.169.0284.07-
YUV215.36135.7119.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.18%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 229 (89.84% from 255) = 35.18%
R=31.18%
G=33.64%
B=35.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032192290.110.0400.10203.0833.3384.71
HexCBDBE5B40Acb2155
Octal31333334513401231341125
Binary110010111101101111100101101110001010110010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBE5; }

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

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

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

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

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

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

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

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