#CBD3EC

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

Shades of Hawkes Blue #CBD3EC

Tints of Hawkes Blue #CBD3EC

Color information

#CBD3EC (or 0xCBD3EC) is unknown color: approx Hawkes Blue. HEX triplet: CB, D3 and EC. RGB value is (203,211,236). Sum of RGB (Red+Green+Blue) = 203+211+236=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD3EC is #342C13. Grayscale: #D3D3D3. Windows color (decimal): -3419156 or 15520715. OLE color: 15520715.

HSL color Cylindrical-coordinate representation of color #CBD3EC: hue angle of 225.45º degrees, saturation: 0.46, 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 #CBD3EC is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203211236-
CMYK0.140.1100.07
HSL225.45º46.48%86.08%-
HSV(B)225.45º13.98%92.55%-
XYZ63.0665.3488.65-
YUV211.46141.85121.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 211 (82.81% from 255) = 32.46%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=31.23%
G=32.46%
B=36.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032112360.140.1100.07225.4546.4886.08
HexCBD3ECEB07e12e56
Octal31332335416130734156126
Binary110010111101001111101100111010110111111000011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD3EC; }

 p { color: rgb(203,211,236); }

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

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

 a { background-color: rgb(203,211,236); }

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

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

 span { border-color: rgb(203,211,236); }

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