#CDDFFA

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

Shades of Hawkes Blue #CDDFFA

Tints of Hawkes Blue #CDDFFA

Color information

#CDDFFA (or 0xCDDFFA) is unknown color: approx Hawkes Blue. HEX triplet: CD, DF and FA. RGB value is (205,223,250). Sum of RGB (Red+Green+Blue) = 205+223+250=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDDFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFFA is #322005. Grayscale: #DCDCDC. Windows color (decimal): -3284998 or 16441293. OLE color: 16441293.

HSL color Cylindrical-coordinate representation of color #CDDFFA: hue angle of 216º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDDFFA is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205223250-
CMYK0.180.1100.02
HSL216º81.82%89.22%-
HSV(B)216º18%98.04%-
XYZ68.8272.66100.84-
YUV220.7144.54116.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.24%
GREEN value IS 223 (87.5% from 255) = 32.89%
BLUE value IS 250 (98.05% from 255) = 36.87%
R=30.24%
G=32.89%
B=36.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052232500.180.1100.0221681.8289.22
HexCDDFFA12B02d85259
Octal315337372221302330122131
Binary1100110111011111111110101001010110101101100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFFA; }

 p { color: rgb(205,223,250); }

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

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

 a { background-color: rgb(205,223,250); }

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

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

 span { border-color: rgb(205,223,250); }

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