#CDDEFE

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

Shades of Hawkes Blue #CDDEFE

Tints of Hawkes Blue #CDDEFE

Color information

#CDDEFE (or 0xCDDEFE) is unknown color: approx Hawkes Blue. HEX triplet: CD, DE and FE. RGB value is (205,222,254). Sum of RGB (Red+Green+Blue) = 205+222+254=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDDEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEFE is #322101. Grayscale: #DCDCDC. Windows color (decimal): -3285250 or 16703181. OLE color: 16703181.

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

Color convert

RGB205222254-
CMYK0.190.1300.00
HSL219.18º96.08%90%-
HSV(B)219.18º19.29%99.61%-
XYZ69.1972.38104.09-
YUV220.56146.87116.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.10%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=30.10%
G=32.60%
B=37.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052222540.190.1300.00219.1896.0890
HexCDDEFE13D00db605a
Octal315336376231500333140132
Binary110011011101111011111110100111101001101101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEFE; }

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

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

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

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

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

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

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

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