#CBDAE8

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

Shades of Pattens Blue #CBDAE8

Tints of Pattens Blue #CBDAE8

Color information

#CBDAE8 (or 0xCBDAE8) is unknown color: approx Pattens Blue. HEX triplet: CB, DA and E8. RGB value is (203,218,232). Sum of RGB (Red+Green+Blue) = 203+218+232=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDAE8 is #342517. Grayscale: #D7D7D7. Windows color (decimal): -3417368 or 15260363. OLE color: 15260363.

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

Color convert

RGB203218232-
CMYK0.120.0600.09
HSL208.97º38.67%85.29%-
HSV(B)208.97º12.5%90.98%-
XYZ64.2768.6786.21-
YUV215.11137.53119.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.09%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 232 (91.02% from 255) = 35.53%
R=31.09%
G=33.38%
B=35.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032182320.120.0600.09208.9738.6785.29
HexCBDAE8C609d12755
Octal31333235014601132147125
Binary110010111101101011101000110011001001110100011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDAE8; }

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

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

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

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

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

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

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

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