#CDDCF4

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

Shades of Hawkes Blue #CDDCF4

Tints of Hawkes Blue #CDDCF4

Color information

#CDDCF4 (or 0xCDDCF4) is unknown color: approx Hawkes Blue. HEX triplet: CD, DC and F4. RGB value is (205,220,244). Sum of RGB (Red+Green+Blue) = 205+220+244=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDDCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCF4 is #32230B. Grayscale: #DADADA. Windows color (decimal): -3285772 or 16047309. OLE color: 16047309.

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

Color convert

RGB205220244-
CMYK0.160.1000.04
HSL216.92º63.93%88.04%-
HSV(B)216.92º15.98%95.69%-
XYZ67.170.795.7-
YUV218.25142.53118.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.64%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 244 (95.70% from 255) = 36.47%
R=30.64%
G=32.88%
B=36.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052202440.160.1000.04216.9263.9388.04
HexCDDCF410A04d94058
Octal315334364201204331100130
Binary11001101110111001111010010000101001001101100110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCF4; }

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

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

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

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

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

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

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

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