#CADCFD

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

Shades of Hawkes Blue #CADCFD

Tints of Hawkes Blue #CADCFD

Color information

#CADCFD (or 0xCADCFD) is unknown color: approx Hawkes Blue. HEX triplet: CA, DC and FD. RGB value is (202,220,253). Sum of RGB (Red+Green+Blue) = 202+220+253=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #CADCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCFD is #352302. Grayscale: #DADADA. Windows color (decimal): -3482371 or 16637130. OLE color: 16637130.

HSL color Cylindrical-coordinate representation of color #CADCFD: hue angle of 218.82º 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 #CADCFD is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202220253-
CMYK0.200.1300.01
HSL218.82º92.73%89.22%-
HSV(B)218.82º20.16%99.22%-
XYZ67.6870.83103.03-
YUV218.38147.54116.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.93%
GREEN value IS 220 (86.33% from 255) = 32.59%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=29.93%
G=32.59%
B=37.48%

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
Decimal2022202530.200.1300.01218.8292.7389.22
HexCADCFD14D01db5d59
Octal312334375241501333135131
Binary110010101101110011111101101001101011101101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCFD; }

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

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

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

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

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

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

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

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