#CBD8E4

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

Shades of Pattens Blue #CBD8E4

Tints of Pattens Blue #CBD8E4

Color information

#CBD8E4 (or 0xCBD8E4) is unknown color: approx Pattens Blue. HEX triplet: CB, D8 and E4. RGB value is (203,216,228). Sum of RGB (Red+Green+Blue) = 203+216+228=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBD8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD8E4 is #34271B. Grayscale: #D5D5D5. Windows color (decimal): -3417884 or 14997707. OLE color: 14997707.

HSL color Cylindrical-coordinate representation of color #CBD8E4: hue angle of 208.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD8E4 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203216228-
CMYK0.110.0500.11
HSL208.8º31.65%84.51%-
HSV(B)208.8º10.96%89.41%-
XYZ63.1967.4183.08-
YUV213.48136.19120.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.38%
GREEN value IS 216 (84.77% from 255) = 33.38%
BLUE value IS 228 (89.45% from 255) = 35.24%
R=31.38%
G=33.38%
B=35.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032162280.110.0500.11208.831.6584.51
HexCBD8E4B50Bd12055
Octal31333034413501332140125
Binary110010111101100011100100101110101011110100011000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD8E4; }

 p { color: rgb(203,216,228); }

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

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

 a { background-color: rgb(203,216,228); }

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

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

 span { border-color: rgb(203,216,228); }

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