#CADBF1

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

Shades of Hawkes Blue #CADBF1

Tints of Hawkes Blue #CADBF1

Color information

#CADBF1 (or 0xCADBF1) is unknown color: approx Hawkes Blue. HEX triplet: CA, DB and F1. RGB value is (202,219,241). Sum of RGB (Red+Green+Blue) = 202+219+241=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #CADBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADBF1 is #35240E. Grayscale: #D8D8D8. Windows color (decimal): -3482639 or 15850442. OLE color: 15850442.

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

Color convert

RGB202219241-
CMYK0.160.0900.05
HSL213.85º58.21%86.86%-
HSV(B)213.85º16.18%94.51%-
XYZ65.5769.5793.19-
YUV216.42141.87117.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.51%
GREEN value IS 219 (85.94% from 255) = 33.08%
BLUE value IS 241 (94.53% from 255) = 36.40%
R=30.51%
G=33.08%
B=36.40%

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
Decimal2022192410.160.0900.05213.8558.2186.86
HexCADBF110905d63a57
Octal31233336120110532672127
Binary1100101011011011111100011000010010101110101101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBF1; }

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

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

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

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

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

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

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

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