#CBDEE6

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

Shades of Pattens Blue #CBDEE6

Tints of Pattens Blue #CBDEE6

Color information

#CBDEE6 (or 0xCBDEE6) is unknown color: approx Pattens Blue. HEX triplet: CB, DE and E6. RGB value is (203,222,230). Sum of RGB (Red+Green+Blue) = 203+222+230=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDEE6 is #342119. Grayscale: #D9D9D9. Windows color (decimal): -3416346 or 15130315. OLE color: 15130315.

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

Color convert

RGB203222230-
CMYK0.120.0300.10
HSL197.78º35.06%84.9%-
HSV(B)197.78º11.74%90.2%-
XYZ65.0370.6585.07-
YUV217.23135.21117.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.99%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 230 (90.23% from 255) = 35.11%
R=30.99%
G=33.89%
B=35.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032222300.120.0300.10197.7835.0684.9
HexCBDEE6C30Ac62355
Octal31333634614301230643125
Binary11001011110111101110011011001101010110001101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDEE6; }

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

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

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

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

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

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

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

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