#CBD4EE

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

Shades of Hawkes Blue #CBD4EE

Tints of Hawkes Blue #CBD4EE

Color information

#CBD4EE (or 0xCBD4EE) is unknown color: approx Hawkes Blue. HEX triplet: CB, D4 and EE. RGB value is (203,212,238). Sum of RGB (Red+Green+Blue) = 203+212+238=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD4EE is #342B11. Grayscale: #D4D4D4. Windows color (decimal): -3418898 or 15652043. OLE color: 15652043.

HSL color Cylindrical-coordinate representation of color #CBD4EE: hue angle of 224.57º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBD4EE is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203212238-
CMYK0.150.1100.07
HSL224.57º50.72%86.47%-
HSV(B)224.57º14.71%93.33%-
XYZ63.665.9690.27-
YUV212.27142.52121.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.09%
GREEN value IS 212 (83.20% from 255) = 32.47%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=31.09%
G=32.47%
B=36.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032122380.150.1100.07224.5750.7286.47
HexCBD4EEFB07e13356
Octal31332435617130734163126
Binary110010111101010011101110111110110111111000011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD4EE; }

 p { color: rgb(203,212,238); }

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

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

 a { background-color: rgb(203,212,238); }

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

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

 span { border-color: rgb(203,212,238); }

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