Html Css Color HEX #CADDFA Hawkes Blue

📋 copy color: '#CADDFA'

red 202 ◦ green 221 ◦ blue 250

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

Shades of Hawkes Blue #CADDFA

Tints of Hawkes Blue #CADDFA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.84%

 BLUE value IS 250 (98.05% from 255) = 37.15%

R = 30.01%
G = 32.84%
B = 37.15%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CADDFA (or 0xCADDFA) is known color: Hawkes Blue. HEX triplet: CA, DD and FA. RGB value is (202,221,250). Sum of RGB (Red+Green+Blue) = 202+221+250=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #CADDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDFA is #352205. Grayscale: #DADADA. Windows color (decimal): -3482118 or 16440778. OLE color: 16440778.

HSL color Cylindrical-coordinate representation of color #CADDFA: hue angle of 216.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CADDFA is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 221 250 -
CMYK 0.19 0.12 0 0.02
HSL 216.25º 0.83% 0.89% -
HSV(B) 216.25º 0.19% 0.98% -
XYZ 67.47 71.17 100.62 -
YUV 218.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 202 221 250 0.19 0.12 0 0.02 216.25 0.83 0.89
Hex CA DD FA 13 C 0 2 D8 53 59
Octal 312 335 372 23 14 0 2 330 123 131
Binary 11001010 11011101 11111010 10011 1100 0 10 11011000 1010011 1011001

Color Harmonies of #CADDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADDFA

Black with #CADDFA

Text Example


Text Example

White with #CADDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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