Html Css Color HEX #CAD3EC Hawkes Blue

📋 copy color: '#CAD3EC'

red 202 ◦ green 211 ◦ blue 236

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

Shades of Hawkes Blue #CAD3EC

Tints of Hawkes Blue #CAD3EC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.51%

 BLUE value IS 236 (92.58% from 255) = 36.36%

R = 31.12%
G = 32.51%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAD3EC (or 0xCAD3EC) is known color: Hawkes Blue. HEX triplet: CA, D3 and EC. RGB value is (202,211,236). Sum of RGB (Red+Green+Blue) = 202+211+236=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD3EC is #352C13. Grayscale: #D3D3D3. Windows color (decimal): -3484692 or 15520714. OLE color: 15520714.

HSL color Cylindrical-coordinate representation of color #CAD3EC: hue angle of 224.12º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAD3EC is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 211 236 -
CMYK 0.14 0.11 0 0.07
HSL 224.12º 0.47% 0.86% -
HSV(B) 224.12º 0.14% 0.93% -
XYZ 62.79 65.2 88.63 -
YUV 211.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 202 211 236 0.14 0.11 0 0.07 224.12 0.47 0.86
Hex CA D3 EC E B 0 7 E0 2F 56
Octal 312 323 354 16 13 0 7 340 57 126
Binary 11001010 11010011 11101100 1110 1011 0 111 11100000 101111 1010110

Color Harmonies of #CAD3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD3EC

Black with #CAD3EC

Text Example


Text Example

White with #CAD3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD3EC; }

 p { color: rgb(202,211,236); }

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

background-color css

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

 a { background-color: rgb(202,211,236); }

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

border-color css

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

 span { border-color: rgb(202,211,236); }

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