#CADCF5

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

Shades of Hawkes Blue #CADCF5

Tints of Hawkes Blue #CADCF5

Color information

#CADCF5 (or 0xCADCF5) is unknown color: approx Hawkes Blue. HEX triplet: CA, DC and F5. RGB value is (202,220,245). Sum of RGB (Red+Green+Blue) = 202+220+245=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 245 - color contains mainly: blue. Hex color #CADCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCF5 is #35230A. Grayscale: #D9D9D9. Windows color (decimal): -3482379 or 16112842. OLE color: 16112842.

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

Color convert

RGB202220245-
CMYK0.180.1000.04
HSL214.88º68.25%87.65%-
HSV(B)214.88º17.55%96.08%-
XYZ66.4370.3496.46-
YUV217.47143.54116.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.28%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 245 (96.09% from 255) = 36.73%
R=30.28%
G=32.98%
B=36.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022202450.180.1000.04214.8868.2587.65
HexCADCF512A04d74458
Octal312334365221204327104130
Binary11001010110111001111010110010101001001101011110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCF5; }

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

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

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

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

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

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

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

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