#CADDFE

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

Shades of Hawkes Blue #CADDFE

Tints of Hawkes Blue #CADDFE

Color information

#CADDFE (or 0xCADDFE) is unknown color: approx Hawkes Blue. HEX triplet: CA, DD and FE. RGB value is (202,221,254). Sum of RGB (Red+Green+Blue) = 202+221+254=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #CADDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDFE is #352201. Grayscale: #DADADA. Windows color (decimal): -3482114 or 16702922. OLE color: 16702922.

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

Color convert

RGB202221254-
CMYK0.200.1300.00
HSL218.08º96.3%89.41%-
HSV(B)218.08º20.47%99.61%-
XYZ68.171.43103.96-
YUV219.08147.71115.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.84%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=29.84%
G=32.64%
B=37.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022212540.200.1300.00218.0896.389.41
HexCADDFE14D00da6059
Octal312335376241500332140131
Binary110010101101110111111110101001101001101101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDFE; }

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

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

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

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

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

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

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

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