#CADDF6

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

Shades of Hawkes Blue #CADDF6

Tints of Hawkes Blue #CADDF6

Color information

#CADDF6 (or 0xCADDF6) is unknown color: approx Hawkes Blue. HEX triplet: CA, DD and F6. RGB value is (202,221,246). Sum of RGB (Red+Green+Blue) = 202+221+246=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #CADDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDF6 is #352209. Grayscale: #DADADA. Windows color (decimal): -3482122 or 16178634. OLE color: 16178634.

HSL color Cylindrical-coordinate representation of color #CADDF6: hue angle of 214.09º degrees, saturation: 0.71, 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 #CADDF6 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202221246-
CMYK0.180.1000.04
HSL214.09º70.97%87.84%-
HSV(B)214.09º17.89%96.47%-
XYZ66.8570.9297.36-
YUV218.17143.71116.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.19%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 246 (96.48% from 255) = 36.77%
R=30.19%
G=33.03%
B=36.77%

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
Decimal2022212460.180.1000.04214.0970.9787.84
HexCADDF612A04d64758
Octal312335366221204326107130
Binary11001010110111011111011010010101001001101011010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDF6; }

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

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

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

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

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

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

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

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