#CADDFD

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

Shades of Hawkes Blue #CADDFD

Tints of Hawkes Blue #CADDFD

Color information

#CADDFD (or 0xCADDFD) is unknown color: approx Hawkes Blue. HEX triplet: CA, DD and FD. RGB value is (202,221,253). Sum of RGB (Red+Green+Blue) = 202+221+253=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #CADDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDFD is #352202. Grayscale: #DADADA. Windows color (decimal): -3482115 or 16637386. OLE color: 16637386.

HSL color Cylindrical-coordinate representation of color #CADDFD: hue angle of 217.65º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CADDFD is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202221253-
CMYK0.200.1300.01
HSL217.65º92.73%89.22%-
HSV(B)217.65º20.16%99.22%-
XYZ67.9471.36103.12-
YUV218.97147.21115.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.88%
GREEN value IS 221 (86.72% from 255) = 32.69%
BLUE value IS 253 (99.22% from 255) = 37.43%
R=29.88%
G=32.69%
B=37.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022212530.200.1300.01217.6592.7389.22
HexCADDFD14D01da5d59
Octal312335375241501332135131
Binary110010101101110111111101101001101011101101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDFD; }

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

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

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

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

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

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

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

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