#CDDCF2

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

Shades of Hawkes Blue #CDDCF2

Tints of Hawkes Blue #CDDCF2

Color information

#CDDCF2 (or 0xCDDCF2) is unknown color: approx Hawkes Blue. HEX triplet: CD, DC and F2. RGB value is (205,220,242). Sum of RGB (Red+Green+Blue) = 205+220+242=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDDCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCF2 is #32230D. Grayscale: #D9D9D9. Windows color (decimal): -3285774 or 15916237. OLE color: 15916237.

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

Color convert

RGB205220242-
CMYK0.150.0900.05
HSL215.68º58.73%87.65%-
HSV(B)215.68º15.29%94.9%-
XYZ66.870.5894.11-
YUV218.02141.53118.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.73%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 242 (94.92% from 255) = 36.28%
R=30.73%
G=32.98%
B=36.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052202420.150.0900.05215.6858.7387.65
HexCDDCF2F905d83b58
Octal31533436217110533073130
Binary110011011101110011110010111110010101110110001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCF2; }

 p { color: rgb(205,220,242); }

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

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

 a { background-color: rgb(205,220,242); }

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

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

 span { border-color: rgb(205,220,242); }

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