#CBDBED

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

Shades of Hawkes Blue #CBDBED

Tints of Hawkes Blue #CBDBED

Color information

#CBDBED (or 0xCBDBED) is unknown color: approx Hawkes Blue. HEX triplet: CB, DB and ED. RGB value is (203,219,237). Sum of RGB (Red+Green+Blue) = 203+219+237=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDBED is #342412. Grayscale: #D8D8D8. Windows color (decimal): -3417107 or 15588299. OLE color: 15588299.

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

Color convert

RGB203219237-
CMYK0.140.0800.07
HSL211.76º48.57%86.27%-
HSV(B)211.76º14.35%92.94%-
XYZ65.2569.4790.09-
YUV216.27139.7118.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.80%
GREEN value IS 219 (85.94% from 255) = 33.23%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=30.80%
G=33.23%
B=35.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032192370.140.0800.07211.7648.5786.27
HexCBDBEDE807d43156
Octal31333335516100732461126
Binary110010111101101111101101111010000111110101001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBED; }

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

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

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

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

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

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

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

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