#CBD6ED

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

Shades of Hawkes Blue #CBD6ED

Tints of Hawkes Blue #CBD6ED

Color information

#CBD6ED (or 0xCBD6ED) is unknown color: approx Hawkes Blue. HEX triplet: CB, D6 and ED. RGB value is (203,214,237). Sum of RGB (Red+Green+Blue) = 203+214+237=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD6ED is #342912. Grayscale: #D5D5D5. Windows color (decimal): -3418387 or 15587019. OLE color: 15587019.

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

Color convert

RGB203214237-
CMYK0.140.1000.07
HSL220.59º48.57%86.27%-
HSV(B)220.59º14.35%92.94%-
XYZ63.9666.989.66-
YUV213.33141.36120.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=31.04%
G=32.72%
B=36.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032142370.140.1000.07220.5948.5786.27
HexCBD6EDEA07dd3156
Octal31332635516120733561126
Binary110010111101011011101101111010100111110111011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6ED; }

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

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

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

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

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

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

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

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