#CBDAE0

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

Shades of Pattens Blue #CBDAE0

Tints of Pattens Blue #CBDAE0

Color information

#CBDAE0 (or 0xCBDAE0) is unknown color: approx Pattens Blue. HEX triplet: CB, DA and E0. RGB value is (203,218,224). Sum of RGB (Red+Green+Blue) = 203+218+224=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBDAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAE0 is #34251F. Grayscale: #D6D6D6. Windows color (decimal): -3417376 or 14736075. OLE color: 14736075.

HSL color Cylindrical-coordinate representation of color #CBDAE0: hue angle of 197.14º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDAE0 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203218224-
CMYK0.090.0300.12
HSL197.14º25.3%83.73%-
HSV(B)197.14º9.38%87.84%-
XYZ63.1568.2280.36-
YUV214.2133.53120.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.47%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 224 (87.89% from 255) = 34.73%
R=31.47%
G=33.80%
B=34.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032182240.090.0300.12197.1425.383.73
HexCBDAE0930Cc51954
Octal31333234011301430531124
Binary1100101111011010111000001001110110011000101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDAE0; }

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

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

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

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

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

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

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

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