#CADAF7

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

Shades of Hawkes Blue #CADAF7

Tints of Hawkes Blue #CADAF7

Color information

#CADAF7 (or 0xCADAF7) is unknown color: approx Hawkes Blue. HEX triplet: CA, DA and F7. RGB value is (202,218,247). Sum of RGB (Red+Green+Blue) = 202+218+247=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 247 - color contains mainly: blue. Hex color #CADAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAF7 is #352508. Grayscale: #D8D8D8. Windows color (decimal): -3482889 or 16243402. OLE color: 16243402.

HSL color Cylindrical-coordinate representation of color #CADAF7: hue angle of 218.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CADAF7 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202218247-
CMYK0.180.1200.03
HSL218.67º73.77%88.04%-
HSV(B)218.67º18.22%96.86%-
XYZ66.2269.4197.9-
YUV216.52145.2117.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.28%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 247 (96.88% from 255) = 37.03%
R=30.28%
G=32.68%
B=37.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022182470.180.1200.03218.6773.7788.04
HexCADAF712C03db4a58
Octal312332367221403333112130
Binary1100101011011010111101111001011000111101101110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAF7; }

 p { color: rgb(202,218,247); }

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

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

 a { background-color: rgb(202,218,247); }

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

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

 span { border-color: rgb(202,218,247); }

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