#CDDFFF

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

Shades of Hawkes Blue #CDDFFF

Tints of Hawkes Blue #CDDFFF

Color information

#CDDFFF (or 0xCDDFFF) is unknown color: approx Hawkes Blue. HEX triplet: CD, DF and FF. RGB value is (205,223,255). Sum of RGB (Red+Green+Blue) = 205+223+255=683 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.01% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDDFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFFF is #322000. Grayscale: #DDDDDD. Windows color (decimal): -3284993 or 16768973. OLE color: 16768973.

HSL color Cylindrical-coordinate representation of color #CDDFFF: hue angle of 218.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDDFFF is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205223255-
CMYK0.200.1300
HSL218.4º100%90.2%-
HSV(B)218.4º19.61%100%-
XYZ69.6172.97105.02-
YUV221.27147.04116.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.01%
GREEN value IS 223 (87.5% from 255) = 32.65%
BLUE value IS 255 (100% from 255) = 37.34%
R=30.01%
G=32.65%
B=37.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052232550.200.1300218.410090.2
HexCDDFFF14D00da645a
Octal315337377241500332144132
Binary110011011101111111111111101001101001101101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFFF; }

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

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

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

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

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

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

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

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