#CDDAF3

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

Shades of Hawkes Blue #CDDAF3

Tints of Hawkes Blue #CDDAF3

Color information

#CDDAF3 (or 0xCDDAF3) is unknown color: approx Hawkes Blue. HEX triplet: CD, DA and F3. RGB value is (205,218,243). Sum of RGB (Red+Green+Blue) = 205+218+243=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDDAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAF3 is #32250C. Grayscale: #D8D8D8. Windows color (decimal): -3286285 or 15981261. OLE color: 15981261.

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

Color convert

RGB205218243-
CMYK0.160.1000.05
HSL219.47º61.29%87.84%-
HSV(B)219.47º15.64%95.29%-
XYZ66.4369.5994.73-
YUV216.96142.69119.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.78%
GREEN value IS 218 (85.55% from 255) = 32.73%
BLUE value IS 243 (95.31% from 255) = 36.49%
R=30.78%
G=32.73%
B=36.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052182430.160.1000.05219.4761.2987.84
HexCDDAF310A05db3d58
Octal31533236320120533375130
Binary1100110111011010111100111000010100101110110111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAF3; }

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

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

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

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

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

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

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

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