#CADCF7

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

Shades of Hawkes Blue #CADCF7

Tints of Hawkes Blue #CADCF7

Color information

#CADCF7 (or 0xCADCF7) is unknown color: approx Hawkes Blue. HEX triplet: CA, DC and F7. RGB value is (202,220,247). Sum of RGB (Red+Green+Blue) = 202+220+247=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 247 - color contains mainly: blue. Hex color #CADCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCF7 is #352308. Grayscale: #D9D9D9. Windows color (decimal): -3482377 or 16243914. OLE color: 16243914.

HSL color Cylindrical-coordinate representation of color #CADCF7: hue angle of 216º 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 #CADCF7 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202220247-
CMYK0.180.1100.03
HSL216º73.77%88.04%-
HSV(B)216º18.22%96.86%-
XYZ66.7470.4698.08-
YUV217.7144.54116.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.19%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 247 (96.88% from 255) = 36.92%
R=30.19%
G=32.88%
B=36.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022202470.180.1100.0321673.7788.04
HexCADCF712B03d84a58
Octal312334367221303330112130
Binary1100101011011100111101111001010110111101100010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCF7; }

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

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

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

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

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

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

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

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