#CADCF1

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

Shades of Hawkes Blue #CADCF1

Tints of Hawkes Blue #CADCF1

Color information

#CADCF1 (or 0xCADCF1) is unknown color: approx Hawkes Blue. HEX triplet: CA, DC and F1. RGB value is (202,220,241). Sum of RGB (Red+Green+Blue) = 202+220+241=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #CADCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCF1 is #35230E. Grayscale: #D8D8D8. Windows color (decimal): -3482383 or 15850698. OLE color: 15850698.

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

Color convert

RGB202220241-
CMYK0.160.0900.05
HSL212.31º58.21%86.86%-
HSV(B)212.31º16.18%94.51%-
XYZ65.8370.0993.28-
YUV217.01141.54117.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.47%
GREEN value IS 220 (86.33% from 255) = 33.18%
BLUE value IS 241 (94.53% from 255) = 36.35%
R=30.47%
G=33.18%
B=36.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022202410.160.0900.05212.3158.2186.86
HexCADCF110905d43a57
Octal31233436120110532472127
Binary1100101011011100111100011000010010101110101001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCF1; }

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

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

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

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

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

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

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

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