#CBD7E5

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

Shades of Hawkes Blue #CBD7E5

Tints of Hawkes Blue #CBD7E5

Color information

#CBD7E5 (or 0xCBD7E5) is unknown color: approx Hawkes Blue. HEX triplet: CB, D7 and E5. RGB value is (203,215,229). Sum of RGB (Red+Green+Blue) = 203+215+229=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBD7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7E5 is #34281A. Grayscale: #D4D4D4. Windows color (decimal): -3418139 or 15062987. OLE color: 15062987.

HSL color Cylindrical-coordinate representation of color #CBD7E5: hue angle of 212.31º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD7E5 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203215229-
CMYK0.110.0600.10
HSL212.31º33.33%84.71%-
HSV(B)212.31º11.35%89.8%-
XYZ63.0766.9583.73-
YUV213.01137.02120.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.38%
GREEN value IS 215 (84.38% from 255) = 33.23%
BLUE value IS 229 (89.84% from 255) = 35.39%
R=31.38%
G=33.23%
B=35.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032152290.110.0600.10212.3133.3384.71
HexCBD7E5B60Ad42155
Octal31332734513601232441125
Binary110010111101011111100101101111001010110101001000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD7E5; }

 p { color: rgb(203,215,229); }

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

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

 a { background-color: rgb(203,215,229); }

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

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

 span { border-color: rgb(203,215,229); }

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