#CBDAE5

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

Shades of Pattens Blue #CBDAE5

Tints of Pattens Blue #CBDAE5

Color information

#CBDAE5 (or 0xCBDAE5) is unknown color: approx Pattens Blue. HEX triplet: CB, DA and E5. RGB value is (203,218,229). Sum of RGB (Red+Green+Blue) = 203+218+229=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAE5 is #34251A. Grayscale: #D6D6D6. Windows color (decimal): -3417371 or 15063755. OLE color: 15063755.

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

Color convert

RGB203218229-
CMYK0.110.0500.10
HSL205.38º33.33%84.71%-
HSV(B)205.38º11.35%89.8%-
XYZ63.8468.583.99-
YUV214.77136.03119.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 229 (89.84% from 255) = 35.23%
R=31.23%
G=33.54%
B=35.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032182290.110.0500.10205.3833.3384.71
HexCBDAE5B50Acd2155
Octal31333234513501231541125
Binary110010111101101011100101101110101010110011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDAE5; }

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

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

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

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

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

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

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

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