#CDDDFB

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

Shades of Hawkes Blue #CDDDFB

Tints of Hawkes Blue #CDDDFB

Color information

#CDDDFB (or 0xCDDDFB) is unknown color: approx Hawkes Blue. HEX triplet: CD, DD and FB. RGB value is (205,221,251). Sum of RGB (Red+Green+Blue) = 205+221+251=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDFB is #322204. Grayscale: #DBDBDB. Windows color (decimal): -3285509 or 16506317. OLE color: 16506317.

HSL color Cylindrical-coordinate representation of color #CDDDFB: hue angle of 219.13º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDDDFB is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205221251-
CMYK0.180.1200.02
HSL219.13º85.19%89.41%-
HSV(B)219.13º18.33%98.43%-
XYZ68.4571.66101.49-
YUV219.64145.7117.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.28%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 251 (98.44% from 255) = 37.08%
R=30.28%
G=32.64%
B=37.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052212510.180.1200.02219.1385.1989.41
HexCDDDFB12C02db5559
Octal315335373221402333125131
Binary1100110111011101111110111001011000101101101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDFB; }

 p { color: rgb(205,221,251); }

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

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

 a { background-color: rgb(205,221,251); }

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

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

 span { border-color: rgb(205,221,251); }

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