Html Css Color HEX #CADAF6 Hawkes Blue

📋 copy color: '#CADAF6'

red 202 ◦ green 218 ◦ blue 246

#CADAF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #CADAF6

Tints of Hawkes Blue #CADAF6

RGB

 RED value IS 202 (79.3% from 255) = 30.33%

 GREEN value IS 218 (85.55% from 255) = 32.73%

 BLUE value IS 246 (96.48% from 255) = 36.94%

R = 30.33%
G = 32.73%
B = 36.94%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CADAF6 (or 0xCADAF6) is known color: Hawkes Blue. HEX triplet: CA, DA and F6. RGB value is (202,218,246). Sum of RGB (Red+Green+Blue) = 202+218+246=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 246 - color contains mainly: blue. Hex color #CADAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAF6 is #352509. Grayscale: #D8D8D8. Windows color (decimal): -3482890 or 16177866. OLE color: 16177866.

HSL color Cylindrical-coordinate representation of color #CADAF6: hue angle of 218.18º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CADAF6 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 218 246 -
CMYK 0.18 0.11 0 0.04
HSL 218.18º 0.71% 0.88% -
HSV(B) 218.18º 0.18% 0.96% -
XYZ 66.06 69.35 97.09 -
YUV 216.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 202 218 246 0.18 0.11 0 0.04 218.18 0.71 0.88
Hex CA DA F6 12 B 0 4 DA 47 58
Octal 312 332 366 22 13 0 4 332 107 130
Binary 11001010 11011010 11110110 10010 1011 0 100 11011010 1000111 1011000

Color Harmonies of #CADAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADAF6

Black with #CADAF6

Text Example


Text Example

White with #CADAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADAF6; }

 p { color: rgb(202,218,246); }

 H1.HeaderClassName
 {
   color: #CADAF6;
 }
 .AnyTagClassName
 {
   color: #CADAF6;
 }
</style>

background-color css

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

 a { background-color: rgb(202,218,246); }

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

border-color css

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

 span { border-color: rgb(202,218,246); }

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