#CBD2ED

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

Shades of Hawkes Blue #CBD2ED

Tints of Hawkes Blue #CBD2ED

Color information

#CBD2ED (or 0xCBD2ED) is unknown color: approx Hawkes Blue. HEX triplet: CB, D2 and ED. RGB value is (203,210,237). Sum of RGB (Red+Green+Blue) = 203+210+237=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBD2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD2ED is #342D12. Grayscale: #D2D2D2. Windows color (decimal): -3419411 or 15585995. OLE color: 15585995.

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

Color convert

RGB203210237-
CMYK0.140.1100.07
HSL227.65º48.57%86.27%-
HSV(B)227.65º14.35%92.94%-
XYZ62.9664.989.33-
YUV210.98142.68122.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 210 (82.42% from 255) = 32.31%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=31.23%
G=32.31%
B=36.46%

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
Decimal2032102370.140.1100.07227.6548.5786.27
HexCBD2EDEB07e43156
Octal31332235516130734461126
Binary110010111101001011101101111010110111111001001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD2ED; }

 p { color: rgb(203,210,237); }

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

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

 a { background-color: rgb(203,210,237); }

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

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

 span { border-color: rgb(203,210,237); }

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