Html Css Color HEX #CAD2F1 Hawkes Blue

📋 copy color: '#CAD2F1'

red 202 ◦ green 210 ◦ blue 241

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

Shades of Hawkes Blue #CAD2F1

Tints of Hawkes Blue #CAD2F1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.16%

 BLUE value IS 241 (94.53% from 255) = 36.91%

R = 30.93%
G = 32.16%
B = 36.91%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CAD2F1 (or 0xCAD2F1) is known color: Hawkes Blue. HEX triplet: CA, D2 and F1. RGB value is (202,210,241). Sum of RGB (Red+Green+Blue) = 202+210+241=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAD2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD2F1 is #352D0E. Grayscale: #D3D3D3. Windows color (decimal): -3484943 or 15848138. OLE color: 15848138.

HSL color Cylindrical-coordinate representation of color #CAD2F1: hue angle of 227.69º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAD2F1 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 210 241 -
CMYK 0.16 0.13 0 0.05
HSL 227.69º 0.58% 0.87% -
HSV(B) 227.69º 0.16% 0.95% -
XYZ 63.28 65 92.43 -
YUV 211.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 202 210 241 0.16 0.13 0 0.05 227.69 0.58 0.87
Hex CA D2 F1 10 D 0 5 E4 3A 57
Octal 312 322 361 20 15 0 5 344 72 127
Binary 11001010 11010010 11110001 10000 1101 0 101 11100100 111010 1010111

Color Harmonies of #CAD2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD2F1

Black with #CAD2F1

Text Example


Text Example

White with #CAD2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD2F1; }

 p { color: rgb(202,210,241); }

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

background-color css

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

 a { background-color: rgb(202,210,241); }

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

border-color css

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

 span { border-color: rgb(202,210,241); }

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