#CDD3F3

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

Shades of Hawkes Blue #CDD3F3

Tints of Hawkes Blue #CDD3F3

Color information

#CDD3F3 (or 0xCDD3F3) is unknown color: approx Hawkes Blue. HEX triplet: CD, D3 and F3. RGB value is (205,211,243). Sum of RGB (Red+Green+Blue) = 205+211+243=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDD3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD3F3 is #322C0C. Grayscale: #D4D4D4. Windows color (decimal): -3288077 or 15979469. OLE color: 15979469.

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

Color convert

RGB205211243-
CMYK0.160.1300.05
HSL230.53º61.29%87.84%-
HSV(B)230.53º15.64%95.29%-
XYZ64.6566.0494.13-
YUV212.85145.01122.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.11%
GREEN value IS 211 (82.81% from 255) = 32.02%
BLUE value IS 243 (95.31% from 255) = 36.87%
R=31.11%
G=32.02%
B=36.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052112430.160.1300.05230.5361.2987.84
HexCDD3F310D05e73d58
Octal31532336320150534775130
Binary1100110111010011111100111000011010101111001111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD3F3; }

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

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

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

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

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

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

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

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