#CADBF3

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

Shades of Hawkes Blue #CADBF3

Tints of Hawkes Blue #CADBF3

Color information

#CADBF3 (or 0xCADBF3) is unknown color: approx Hawkes Blue. HEX triplet: CA, DB and F3. RGB value is (202,219,243). Sum of RGB (Red+Green+Blue) = 202+219+243=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 243 - color contains mainly: blue. Hex color #CADBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADBF3 is #35240C. Grayscale: #D8D8D8. Windows color (decimal): -3482637 or 15981514. OLE color: 15981514.

HSL color Cylindrical-coordinate representation of color #CADBF3: hue angle of 215.12º 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 #CADBF3 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202219243-
CMYK0.170.1000.05
HSL215.12º63.08%87.25%-
HSV(B)215.12º16.87%95.29%-
XYZ65.8769.6994.77-
YUV216.65142.87117.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.42%
GREEN value IS 219 (85.94% from 255) = 32.98%
BLUE value IS 243 (95.31% from 255) = 36.60%
R=30.42%
G=32.98%
B=36.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022192430.170.1000.05215.1263.0887.25
HexCADBF311A05d73f57
Octal31233336321120532777127
Binary1100101011011011111100111000110100101110101111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBF3; }

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

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

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

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

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

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

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

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