#CBDBE7

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

Shades of Pattens Blue #CBDBE7

Tints of Pattens Blue #CBDBE7

Color information

#CBDBE7 (or 0xCBDBE7) is unknown color: approx Pattens Blue. HEX triplet: CB, DB and E7. RGB value is (203,219,231). Sum of RGB (Red+Green+Blue) = 203+219+231=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDBE7 is #342418. Grayscale: #D7D7D7. Windows color (decimal): -3417113 or 15195083. OLE color: 15195083.

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

Color convert

RGB203219231-
CMYK0.120.0500.09
HSL205.71º36.84%85.1%-
HSV(B)205.71º12.12%90.59%-
XYZ64.3869.1385.55-
YUV215.58136.7119.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.09%
GREEN value IS 219 (85.94% from 255) = 33.54%
BLUE value IS 231 (90.62% from 255) = 35.38%
R=31.09%
G=33.54%
B=35.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032192310.120.0500.09205.7136.8485.1
HexCBDBE7C509ce2555
Octal31333334714501131645125
Binary110010111101101111100111110010101001110011101001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBE7; }

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

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

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

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

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

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

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

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