#CDD6FA

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

Shades of Hawkes Blue #CDD6FA

Tints of Hawkes Blue #CDD6FA

Color information

#CDD6FA (or 0xCDD6FA) is unknown color: approx Hawkes Blue. HEX triplet: CD, D6 and FA. RGB value is (205,214,250). Sum of RGB (Red+Green+Blue) = 205+214+250=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDD6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6FA is #322905. Grayscale: #D7D7D7. Windows color (decimal): -3287302 or 16438989. OLE color: 16438989.

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

Color convert

RGB205214250-
CMYK0.180.1400.02
HSL228º81.82%89.22%-
HSV(B)228º18%98.04%-
XYZ66.4867.97100.06-
YUV215.41147.52120.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.64%
GREEN value IS 214 (83.98% from 255) = 31.99%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=30.64%
G=31.99%
B=37.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052142500.180.1400.0222881.8289.22
HexCDD6FA12E02e45259
Octal315326372221602344122131
Binary1100110111010110111110101001011100101110010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6FA; }

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

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

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

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

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

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

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

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