#CDDFF7

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

Shades of Hawkes Blue #CDDFF7

Tints of Hawkes Blue #CDDFF7

Color information

#CDDFF7 (or 0xCDDFF7) is unknown color: approx Hawkes Blue. HEX triplet: CD, DF and F7. RGB value is (205,223,247). Sum of RGB (Red+Green+Blue) = 205+223+247=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 247 (96.88% from 255 or 36.59% from 675); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDDFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFF7 is #322008. Grayscale: #DCDCDC. Windows color (decimal): -3285001 or 16244685. OLE color: 16244685.

HSL color Cylindrical-coordinate representation of color #CDDFF7: hue angle of 214.29º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDDFF7 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205223247-
CMYK0.170.1000.03
HSL214.29º72.41%88.63%-
HSV(B)214.29º17%96.86%-
XYZ68.3572.4798.38-
YUV220.35143.04117.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.37%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 247 (96.88% from 255) = 36.59%
R=30.37%
G=33.04%
B=36.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052232470.170.1000.03214.2972.4188.63
HexCDDFF711A03d64859
Octal315337367211203326110131
Binary1100110111011111111101111000110100111101011010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFF7; }

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

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

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

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

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

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

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

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