#CADAF1

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

Shades of Hawkes Blue #CADAF1

Tints of Hawkes Blue #CADAF1

Color information

#CADAF1 (or 0xCADAF1) is unknown color: approx Hawkes Blue. HEX triplet: CA, DA and F1. RGB value is (202,218,241). Sum of RGB (Red+Green+Blue) = 202+218+241=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #CADAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAF1 is #35250E. Grayscale: #D7D7D7. Windows color (decimal): -3482895 or 15850186. OLE color: 15850186.

HSL color Cylindrical-coordinate representation of color #CADAF1: hue angle of 215.38º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CADAF1 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202218241-
CMYK0.160.1000.05
HSL215.38º58.21%86.86%-
HSV(B)215.38º16.18%94.51%-
XYZ65.3169.0593.11-
YUV215.84142.2118.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.56%
GREEN value IS 218 (85.55% from 255) = 32.98%
BLUE value IS 241 (94.53% from 255) = 36.46%
R=30.56%
G=32.98%
B=36.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022182410.160.1000.05215.3858.2186.86
HexCADAF110A05d73a57
Octal31233236120120532772127
Binary1100101011011010111100011000010100101110101111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAF1; }

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

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

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

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

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

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

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

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