#CADCFC

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

Shades of Hawkes Blue #CADCFC

Tints of Hawkes Blue #CADCFC

Color information

#CADCFC (or 0xCADCFC) is unknown color: approx Hawkes Blue. HEX triplet: CA, DC and FC. RGB value is (202,220,252). Sum of RGB (Red+Green+Blue) = 202+220+252=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #CADCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCFC is #352303. Grayscale: #DADADA. Windows color (decimal): -3482372 or 16571594. OLE color: 16571594.

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

Color convert

RGB202220252-
CMYK0.200.1300.01
HSL218.4º89.29%89.02%-
HSV(B)218.4º19.84%98.82%-
XYZ67.5270.77102.2-
YUV218.27147.04116.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.97%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 252 (98.83% from 255) = 37.39%
R=29.97%
G=32.64%
B=37.39%

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
Decimal2022202520.200.1300.01218.489.2989.02
HexCADCFC14D01da5959
Octal312334374241501332131131
Binary110010101101110011111100101001101011101101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCFC; }

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

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

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

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

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

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

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

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