#CDDEFC

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

Shades of Hawkes Blue #CDDEFC

Tints of Hawkes Blue #CDDEFC

Color information

#CDDEFC (or 0xCDDEFC) is unknown color: approx Hawkes Blue. HEX triplet: CD, DE and FC. RGB value is (205,222,252). Sum of RGB (Red+Green+Blue) = 205+222+252=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDDEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEFC is #322103. Grayscale: #DCDCDC. Windows color (decimal): -3285252 or 16572109. OLE color: 16572109.

HSL color Cylindrical-coordinate representation of color #CDDEFC: hue angle of 218.3º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDEFC is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205222252-
CMYK0.190.1200.01
HSL218.3º88.68%89.61%-
HSV(B)218.3º18.65%98.82%-
XYZ68.8772.25102.41-
YUV220.34145.87117.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.19%
GREEN value IS 222 (87.11% from 255) = 32.70%
BLUE value IS 252 (98.83% from 255) = 37.11%
R=30.19%
G=32.70%
B=37.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052222520.190.1200.01218.388.6889.61
HexCDDEFC13C01da595a
Octal315336374231401332131132
Binary110011011101111011111100100111100011101101010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEFC; }

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

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

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

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

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

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

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

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