#CDDDF4

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

Shades of Hawkes Blue #CDDDF4

Tints of Hawkes Blue #CDDDF4

Color information

#CDDDF4 (or 0xCDDDF4) is unknown color: approx Hawkes Blue. HEX triplet: CD, DD and F4. RGB value is (205,221,244). Sum of RGB (Red+Green+Blue) = 205+221+244=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDDDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDF4 is #32220B. Grayscale: #DADADA. Windows color (decimal): -3285516 or 16047565. OLE color: 16047565.

HSL color Cylindrical-coordinate representation of color #CDDDF4: hue angle of 215.38º 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 #CDDDF4 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205221244-
CMYK0.160.0900.04
HSL215.38º63.93%88.04%-
HSV(B)215.38º15.98%95.69%-
XYZ67.3671.2295.79-
YUV218.84142.2118.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.60%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 244 (95.70% from 255) = 36.42%
R=30.60%
G=32.99%
B=36.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052212440.160.0900.04215.3863.9388.04
HexCDDDF410904d74058
Octal315335364201104327100130
Binary11001101110111011111010010000100101001101011110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDF4; }

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

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

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

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

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

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

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

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