#CBDDE6

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

Shades of Pattens Blue #CBDDE6

Tints of Pattens Blue #CBDDE6

Color information

#CBDDE6 (or 0xCBDDE6) is unknown color: approx Pattens Blue. HEX triplet: CB, DD and E6. RGB value is (203,221,230). Sum of RGB (Red+Green+Blue) = 203+221+230=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDDE6 is #342219. Grayscale: #D8D8D8. Windows color (decimal): -3416602 or 15130059. OLE color: 15130059.

HSL color Cylindrical-coordinate representation of color #CBDDE6: hue angle of 200º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBDDE6 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203221230-
CMYK0.120.0400.10
HSL200º35.06%84.9%-
HSV(B)200º11.74%90.2%-
XYZ64.7770.1284.98-
YUV216.64135.54118.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 230 (90.23% from 255) = 35.17%
R=31.04%
G=33.79%
B=35.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032212300.120.0400.1020035.0684.9
HexCBDDE6C40Ac82355
Octal31333534614401231043125
Binary110010111101110111100110110010001010110010001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDE6; }

 p { color: rgb(203,221,230); }

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

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

 a { background-color: rgb(203,221,230); }

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

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

 span { border-color: rgb(203,221,230); }

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