#CBDBE8

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

Shades of Pattens Blue #CBDBE8

Tints of Pattens Blue #CBDBE8

Color information

#CBDBE8 (or 0xCBDBE8) is unknown color: approx Pattens Blue. HEX triplet: CB, DB and E8. RGB value is (203,219,232). Sum of RGB (Red+Green+Blue) = 203+219+232=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBDBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDBE8 is #342417. Grayscale: #D7D7D7. Windows color (decimal): -3417112 or 15260619. OLE color: 15260619.

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

Color convert

RGB203219232-
CMYK0.120.0600.09
HSL206.9º38.67%85.29%-
HSV(B)206.9º12.5%90.98%-
XYZ64.5369.1986.3-
YUV215.7137.2118.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 232 (91.02% from 255) = 35.47%
R=31.04%
G=33.49%
B=35.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032192320.120.0600.09206.938.6785.29
HexCBDBE8C609cf2755
Octal31333335014601131747125
Binary110010111101101111101000110011001001110011111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBE8; }

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

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

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

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

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

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

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

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