#CAD3EE

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

Shades of Hawkes Blue #CAD3EE

Tints of Hawkes Blue #CAD3EE

Color information

#CAD3EE (or 0xCAD3EE) is unknown color: approx Hawkes Blue. HEX triplet: CA, D3 and EE. RGB value is (202,211,238). Sum of RGB (Red+Green+Blue) = 202+211+238=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAD3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD3EE is #352C11. Grayscale: #D3D3D3. Windows color (decimal): -3484690 or 15651786. OLE color: 15651786.

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

Color convert

RGB202211238-
CMYK0.150.1100.07
HSL225º51.43%86.27%-
HSV(B)225º15.13%93.33%-
XYZ63.0865.3290.17-
YUV211.39143.02121.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.03%
GREEN value IS 211 (82.81% from 255) = 32.41%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=31.03%
G=32.41%
B=36.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022112380.150.1100.0722551.4386.27
HexCAD3EEFB07e13356
Octal31232335617130734163126
Binary110010101101001111101110111110110111111000011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD3EE; }

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

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

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

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

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

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

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

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