#CDDFF9

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

Shades of Hawkes Blue #CDDFF9

Tints of Hawkes Blue #CDDFF9

Color information

#CDDFF9 (or 0xCDDFF9) is unknown color: approx Hawkes Blue. HEX triplet: CD, DF and F9. RGB value is (205,223,249). Sum of RGB (Red+Green+Blue) = 205+223+249=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDDFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFF9 is #322006. Grayscale: #DCDCDC. Windows color (decimal): -3284999 or 16375757. OLE color: 16375757.

HSL color Cylindrical-coordinate representation of color #CDDFF9: hue angle of 215.45º degrees, saturation: 0.79, 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 #CDDFF9 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205223249-
CMYK0.180.1000.02
HSL215.45º78.57%89.02%-
HSV(B)215.45º17.67%97.65%-
XYZ68.6672.59100.02-
YUV220.58144.04116.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.28%
GREEN value IS 223 (87.5% from 255) = 32.94%
BLUE value IS 249 (97.66% from 255) = 36.78%
R=30.28%
G=32.94%
B=36.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052232490.180.1000.02215.4578.5789.02
HexCDDFF912A02d74f59
Octal315337371221202327117131
Binary1100110111011111111110011001010100101101011110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFF9; }

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

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

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

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

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

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

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

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