#CBD7E0

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

Shades of Pattens Blue #CBD7E0

Tints of Pattens Blue #CBD7E0

Color information

#CBD7E0 (or 0xCBD7E0) is unknown color: approx Pattens Blue. HEX triplet: CB, D7 and E0. RGB value is (203,215,224). Sum of RGB (Red+Green+Blue) = 203+215+224=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBD7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7E0 is #34281F. Grayscale: #D4D4D4. Windows color (decimal): -3418144 or 14735307. OLE color: 14735307.

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

Color convert

RGB203215224-
CMYK0.090.0400.12
HSL205.71º25.3%83.73%-
HSV(B)205.71º9.38%87.84%-
XYZ62.3866.6880.1-
YUV212.44134.52121.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.62%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 224 (87.89% from 255) = 34.89%
R=31.62%
G=33.49%
B=34.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032152240.090.0400.12205.7125.383.73
HexCBD7E0940Cce1954
Octal31332734011401431631124
Binary11001011110101111110000010011000110011001110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD7E0; }

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

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

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

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

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

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

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

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