#CDDEFF

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

Shades of Hawkes Blue #CDDEFF

Tints of Hawkes Blue #CDDEFF

Color information

#CDDEFF (or 0xCDDEFF) is unknown color: approx Hawkes Blue. HEX triplet: CD, DE and FF. RGB value is (205,222,255). Sum of RGB (Red+Green+Blue) = 205+222+255=682 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.06% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDDEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEFF is #322100. Grayscale: #DCDCDC. Windows color (decimal): -3285249 or 16768717. OLE color: 16768717.

HSL color Cylindrical-coordinate representation of color #CDDEFF: hue angle of 219.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDDEFF is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205222255-
CMYK0.200.1300
HSL219.6º100%90.2%-
HSV(B)219.6º19.61%100%-
XYZ69.3572.44104.94-
YUV220.68147.37116.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.06%
GREEN value IS 222 (87.11% from 255) = 32.55%
BLUE value IS 255 (100% from 255) = 37.39%
R=30.06%
G=32.55%
B=37.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052222550.200.1300219.610090.2
HexCDDEFF14D00dc645a
Octal315336377241500334144132
Binary110011011101111011111111101001101001101110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEFF; }

 p { color: rgb(205,222,255); }

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

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

 a { background-color: rgb(205,222,255); }

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

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

 span { border-color: rgb(205,222,255); }

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