#CDD5F2

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

Shades of Hawkes Blue #CDD5F2

Tints of Hawkes Blue #CDD5F2

Color information

#CDD5F2 (or 0xCDD5F2) is unknown color: approx Hawkes Blue. HEX triplet: CD, D5 and F2. RGB value is (205,213,242). Sum of RGB (Red+Green+Blue) = 205+213+242=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 213 (83.59% from 255 or 32.27% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDD5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5F2 is #322A0D. Grayscale: #D5D5D5. Windows color (decimal): -3287566 or 15914445. OLE color: 15914445.

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

Color convert

RGB205213242-
CMYK0.150.1200.05
HSL227.03º58.73%87.65%-
HSV(B)227.03º15.29%94.9%-
XYZ6566.9893.51-
YUV213.91143.85121.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.06%
GREEN value IS 213 (83.59% from 255) = 32.27%
BLUE value IS 242 (94.92% from 255) = 36.67%
R=31.06%
G=32.27%
B=36.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052132420.150.1200.05227.0358.7387.65
HexCDD5F2FC05e33b58
Octal31532536217140534373130
Binary110011011101010111110010111111000101111000111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5F2; }

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

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

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

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

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

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

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

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