#CADDFF

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

Shades of Hawkes Blue #CADDFF

Tints of Hawkes Blue #CADDFF

Color information

#CADDFF (or 0xCADDFF) is unknown color: approx Hawkes Blue. HEX triplet: CA, DD and FF. RGB value is (202,221,255). Sum of RGB (Red+Green+Blue) = 202+221+255=678 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.79% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #CADDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDFF is #352200. Grayscale: #DBDBDB. Windows color (decimal): -3482113 or 16768458. OLE color: 16768458.

HSL color Cylindrical-coordinate representation of color #CADDFF: hue angle of 218.49º 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 #CADDFF is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202221255-
CMYK0.210.1300
HSL218.49º100%89.61%-
HSV(B)218.49º20.78%100%-
XYZ68.2671.49104.81-
YUV219.2148.21115.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.79%
GREEN value IS 221 (86.72% from 255) = 32.60%
BLUE value IS 255 (100% from 255) = 37.61%
R=29.79%
G=32.60%
B=37.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022212550.210.1300218.4910089.61
HexCADDFF15D00da645a
Octal312335377251500332144132
Binary110010101101110111111111101011101001101101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDFF; }

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

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

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

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

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

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

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

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