#CDDFF6

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

Shades of Hawkes Blue #CDDFF6

Tints of Hawkes Blue #CDDFF6

Color information

#CDDFF6 (or 0xCDDFF6) is unknown color: approx Hawkes Blue. HEX triplet: CD, DF and F6. RGB value is (205,223,246). Sum of RGB (Red+Green+Blue) = 205+223+246=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDDFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFF6 is #322009. Grayscale: #DCDCDC. Windows color (decimal): -3285002 or 16179149. OLE color: 16179149.

HSL color Cylindrical-coordinate representation of color #CDDFF6: hue angle of 213.66º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDDFF6 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205223246-
CMYK0.170.0900.04
HSL213.66º69.49%88.43%-
HSV(B)213.66º16.67%96.47%-
XYZ68.272.4197.57-
YUV220.24142.54117.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.42%
GREEN value IS 223 (87.5% from 255) = 33.09%
BLUE value IS 246 (96.48% from 255) = 36.50%
R=30.42%
G=33.09%
B=36.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052232460.170.0900.04213.6669.4988.43
HexCDDFF611904d64558
Octal315337366211104326105130
Binary11001101110111111111011010001100101001101011010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFF6; }

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

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

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

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

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

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

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

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