#CADCFF

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

Shades of Hawkes Blue #CADCFF

Tints of Hawkes Blue #CADCFF

Color information

#CADCFF (or 0xCADCFF) is unknown color: approx Hawkes Blue. HEX triplet: CA, DC and FF. RGB value is (202,220,255). Sum of RGB (Red+Green+Blue) = 202+220+255=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #CADCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCFF is #352300. Grayscale: #DADADA. Windows color (decimal): -3482369 or 16768202. OLE color: 16768202.

HSL color Cylindrical-coordinate representation of color #CADCFF: hue angle of 219.62º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CADCFF is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202220255-
CMYK0.210.1400
HSL219.62º100%89.61%-
HSV(B)219.62º20.78%100%-
XYZ6870.96104.72-
YUV218.61148.54116.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.84%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 255 (100% from 255) = 37.67%
R=29.84%
G=32.50%
B=37.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022202550.210.1400219.6210089.61
HexCADCFF15E00dc645a
Octal312334377251600334144132
Binary110010101101110011111111101011110001101110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCFF; }

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

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

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

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

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

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

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

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