#CBD5DA

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

Shades of Pattens Blue #CBD5DA

Tints of Pattens Blue #CBD5DA

Color information

#CBD5DA (or 0xCBD5DA) is unknown color: approx Pattens Blue. HEX triplet: CB, D5 and DA. RGB value is (203,213,218). Sum of RGB (Red+Green+Blue) = 203+213+218=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBD5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5DA is #342A25. Grayscale: #D2D2D2. Windows color (decimal): -3418662 or 14341579. OLE color: 14341579.

HSL color Cylindrical-coordinate representation of color #CBD5DA: hue angle of 200º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBD5DA is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203213218-
CMYK0.070.0200.15
HSL200º16.85%82.55%-
HSV(B)200º6.88%85.49%-
XYZ61.0865.3575.72-
YUV210.58132.19122.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 213 (83.59% from 255) = 33.60%
BLUE value IS 218 (85.55% from 255) = 34.38%
R=32.02%
G=33.60%
B=34.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032132180.070.0200.1520016.8582.55
HexCBD5DA720Fc81153
Octal3133253327201731021123
Binary110010111101010111011010111100111111001000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5DA; }

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

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

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

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

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

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

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

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