#CDDAFD

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

Shades of Hawkes Blue #CDDAFD

Tints of Hawkes Blue #CDDAFD

Color information

#CDDAFD (or 0xCDDAFD) is unknown color: approx Hawkes Blue. HEX triplet: CD, DA and FD. RGB value is (205,218,253). Sum of RGB (Red+Green+Blue) = 205+218+253=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDDAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAFD is #322502. Grayscale: #D9D9D9. Windows color (decimal): -3286275 or 16636621. OLE color: 16636621.

HSL color Cylindrical-coordinate representation of color #CDDAFD: hue angle of 223.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDAFD is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205218253-
CMYK0.190.1400.01
HSL223.75º92.31%89.8%-
HSV(B)223.75º18.97%99.22%-
XYZ67.9870.21102.9-
YUV218.1147.69118.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.33%
GREEN value IS 218 (85.55% from 255) = 32.25%
BLUE value IS 253 (99.22% from 255) = 37.43%
R=30.33%
G=32.25%
B=37.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052182530.190.1400.01223.7592.3189.8
HexCDDAFD13E01e05c5a
Octal315332375231601340134132
Binary110011011101101011111101100111110011110000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAFD; }

 p { color: rgb(205,218,253); }

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

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

 a { background-color: rgb(205,218,253); }

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

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

 span { border-color: rgb(205,218,253); }

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