#CADDF3

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

Shades of Hawkes Blue #CADDF3

Tints of Hawkes Blue #CADDF3

Color information

#CADDF3 (or 0xCADDF3) is unknown color: approx Hawkes Blue. HEX triplet: CA, DD and F3. RGB value is (202,221,243). Sum of RGB (Red+Green+Blue) = 202+221+243=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: blue. Hex color #CADDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDF3 is #35220C. Grayscale: #D9D9D9. Windows color (decimal): -3482125 or 15982026. OLE color: 15982026.

HSL color Cylindrical-coordinate representation of color #CADDF3: hue angle of 212.2º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CADDF3 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202221243-
CMYK0.170.0900.05
HSL212.2º63.08%87.25%-
HSV(B)212.2º16.87%95.29%-
XYZ66.3970.7494.95-
YUV217.83142.21116.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 221 (86.72% from 255) = 33.18%
BLUE value IS 243 (95.31% from 255) = 36.49%
R=30.33%
G=33.18%
B=36.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022212430.170.0900.05212.263.0887.25
HexCADDF311905d43f57
Octal31233536321110532477127
Binary1100101011011101111100111000110010101110101001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDF3; }

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

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

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

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

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

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

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

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