#CDDDF3

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

Shades of Hawkes Blue #CDDDF3

Tints of Hawkes Blue #CDDDF3

Color information

#CDDDF3 (or 0xCDDDF3) is unknown color: approx Hawkes Blue. HEX triplet: CD, DD and F3. RGB value is (205,221,243). Sum of RGB (Red+Green+Blue) = 205+221+243=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDDDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDF3 is #32220C. Grayscale: #DADADA. Windows color (decimal): -3285517 or 15982029. OLE color: 15982029.

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

Color convert

RGB205221243-
CMYK0.160.0900.05
HSL214.74º61.29%87.84%-
HSV(B)214.74º15.64%95.29%-
XYZ67.2171.1694.99-
YUV218.72141.7118.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.64%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 243 (95.31% from 255) = 36.32%
R=30.64%
G=33.03%
B=36.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052212430.160.0900.05214.7461.2987.84
HexCDDDF310905d73d58
Octal31533536320110532775130
Binary1100110111011101111100111000010010101110101111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDF3; }

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

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

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

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

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

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

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

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