#CBDDE8

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

Shades of Pattens Blue #CBDDE8

Tints of Pattens Blue #CBDDE8

Color information

#CBDDE8 (or 0xCBDDE8) is unknown color: approx Pattens Blue. HEX triplet: CB, DD and E8. RGB value is (203,221,232). Sum of RGB (Red+Green+Blue) = 203+221+232=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDDE8 is #342217. Grayscale: #D8D8D8. Windows color (decimal): -3416600 or 15261131. OLE color: 15261131.

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

Color convert

RGB203221232-
CMYK0.120.0500.09
HSL202.76º38.67%85.29%-
HSV(B)202.76º12.5%90.98%-
XYZ65.0570.2486.47-
YUV216.87136.54118.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.95%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 232 (91.02% from 255) = 35.37%
R=30.95%
G=33.69%
B=35.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032212320.120.0500.09202.7638.6785.29
HexCBDDE8C509cb2755
Octal31333535014501131347125
Binary110010111101110111101000110010101001110010111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDE8; }

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

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

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

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

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

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

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

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