#CBDDE5

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

Shades of Pattens Blue #CBDDE5

Tints of Pattens Blue #CBDDE5

Color information

#CBDDE5 (or 0xCBDDE5) is unknown color: approx Pattens Blue. HEX triplet: CB, DD and E5. RGB value is (203,221,229). Sum of RGB (Red+Green+Blue) = 203+221+229=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDE5 is #34221A. Grayscale: #D8D8D8. Windows color (decimal): -3416603 or 15064523. OLE color: 15064523.

HSL color Cylindrical-coordinate representation of color #CBDDE5: hue angle of 198.46º 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 #CBDDE5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203221229-
CMYK0.110.0300.10
HSL198.46º33.33%84.71%-
HSV(B)198.46º11.35%89.8%-
XYZ64.6370.0784.25-
YUV216.53135.04118.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.09%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=31.09%
G=33.84%
B=35.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032212290.110.0300.10198.4633.3384.71
HexCBDDE5B30Ac62155
Octal31333534513301230641125
Binary11001011110111011110010110111101010110001101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDE5; }

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

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

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

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

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

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

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

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