#CBDCED

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

Shades of Pattens Blue #CBDCED

Tints of Pattens Blue #CBDCED

Color information

#CBDCED (or 0xCBDCED) is unknown color: approx Pattens Blue. HEX triplet: CB, DC and ED. RGB value is (203,220,237). Sum of RGB (Red+Green+Blue) = 203+220+237=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBDCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDCED is #342312. Grayscale: #D8D8D8. Windows color (decimal): -3416851 or 15588555. OLE color: 15588555.

HSL color Cylindrical-coordinate representation of color #CBDCED: hue angle of 210º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBDCED is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203220237-
CMYK0.140.0700.07
HSL210º48.57%86.27%-
HSV(B)210º14.35%92.94%-
XYZ65.517090.18-
YUV216.86139.37118.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.76%
GREEN value IS 220 (86.33% from 255) = 33.33%
BLUE value IS 237 (92.97% from 255) = 35.91%
R=30.76%
G=33.33%
B=35.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032202370.140.0700.0721048.5786.27
HexCBDCEDE707d23156
Octal3133343551670732261126
Binary11001011110111001110110111101110111110100101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCED; }

 p { color: rgb(203,220,237); }

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

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

 a { background-color: rgb(203,220,237); }

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

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

 span { border-color: rgb(203,220,237); }

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