#CDD5FA

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

Shades of Hawkes Blue #CDD5FA

Tints of Hawkes Blue #CDD5FA

Color information

#CDD5FA (or 0xCDD5FA) is unknown color: approx Hawkes Blue. HEX triplet: CD, D5 and FA. RGB value is (205,213,250). Sum of RGB (Red+Green+Blue) = 205+213+250=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5FA is #322A05. Grayscale: #D6D6D6. Windows color (decimal): -3287558 or 16438733. OLE color: 16438733.

HSL color Cylindrical-coordinate representation of color #CDD5FA: hue angle of 229.33º degrees, saturation: 0.82, 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 #CDD5FA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205213250-
CMYK0.180.1500.02
HSL229.33º81.82%89.22%-
HSV(B)229.33º18%98.04%-
XYZ66.2367.4799.97-
YUV214.83147.85120.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.69%
GREEN value IS 213 (83.59% from 255) = 31.89%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=30.69%
G=31.89%
B=37.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052132500.180.1500.02229.3381.8289.22
HexCDD5FA12F02e55259
Octal315325372221702345122131
Binary1100110111010101111110101001011110101110010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5FA; }

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

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

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

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

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

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

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

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