#CDDCF9

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

Shades of Hawkes Blue #CDDCF9

Tints of Hawkes Blue #CDDCF9

Color information

#CDDCF9 (or 0xCDDCF9) is unknown color: approx Hawkes Blue. HEX triplet: CD, DC and F9. RGB value is (205,220,249). Sum of RGB (Red+Green+Blue) = 205+220+249=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDDCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCF9 is #322306. Grayscale: #DADADA. Windows color (decimal): -3285767 or 16374989. OLE color: 16374989.

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

Color convert

RGB205220249-
CMYK0.180.1200.02
HSL219.55º78.57%89.02%-
HSV(B)219.55º17.67%97.65%-
XYZ67.8771.0199.75-
YUV218.82145.03118.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.42%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 249 (97.66% from 255) = 36.94%
R=30.42%
G=32.64%
B=36.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052202490.180.1200.02219.5578.5789.02
HexCDDCF912C02dc4f59
Octal315334371221402334117131
Binary1100110111011100111110011001011000101101110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCF9; }

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

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

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

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

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

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

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

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