#CBD3EF

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

Shades of Hawkes Blue #CBD3EF

Tints of Hawkes Blue #CBD3EF

Color information

#CBD3EF (or 0xCBD3EF) is unknown color: approx Hawkes Blue. HEX triplet: CB, D3 and EF. RGB value is (203,211,239). Sum of RGB (Red+Green+Blue) = 203+211+239=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBD3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD3EF is #342C10. Grayscale: #D3D3D3. Windows color (decimal): -3419153 or 15717323. OLE color: 15717323.

HSL color Cylindrical-coordinate representation of color #CBD3EF: hue angle of 226.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBD3EF is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203211239-
CMYK0.150.1200.06
HSL226.67º52.94%86.67%-
HSV(B)226.67º15.06%93.73%-
XYZ63.565.5290.96-
YUV211.8143.35121.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.09%
GREEN value IS 211 (82.81% from 255) = 32.31%
BLUE value IS 239 (93.75% from 255) = 36.60%
R=31.09%
G=32.31%
B=36.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032112390.150.1200.06226.6752.9486.67
HexCBD3EFFC06e33557
Octal31332335717140634365127
Binary110010111101001111101111111111000110111000111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD3EF; }

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

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

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

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

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

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

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

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