#CADBF4

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

Shades of Hawkes Blue #CADBF4

Tints of Hawkes Blue #CADBF4

Color information

#CADBF4 (or 0xCADBF4) is unknown color: approx Hawkes Blue. HEX triplet: CA, DB and F4. RGB value is (202,219,244). Sum of RGB (Red+Green+Blue) = 202+219+244=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 244 (95.70% from 255 or 36.69% from 665); Max value from RGB is 244 - color contains mainly: blue. Hex color #CADBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADBF4 is #35240B. Grayscale: #D8D8D8. Windows color (decimal): -3482636 or 16047050. OLE color: 16047050.

HSL color Cylindrical-coordinate representation of color #CADBF4: hue angle of 215.71º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CADBF4 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202219244-
CMYK0.170.1000.04
HSL215.71º65.62%87.45%-
HSV(B)215.71º17.21%95.69%-
XYZ66.0269.7595.57-
YUV216.77143.37117.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.38%
GREEN value IS 219 (85.94% from 255) = 32.93%
BLUE value IS 244 (95.70% from 255) = 36.69%
R=30.38%
G=32.93%
B=36.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022192440.170.1000.04215.7165.6287.45
HexCADBF411A04d84257
Octal312333364211204330102127
Binary11001010110110111111010010001101001001101100010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBF4; }

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

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

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

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

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

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

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

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