Html Css Color HEX #CAD4EE Hawkes Blue

📋 copy color: '#CAD4EE'

red 202 ◦ green 212 ◦ blue 238

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

Shades of Hawkes Blue #CAD4EE

Tints of Hawkes Blue #CAD4EE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.52%

 BLUE value IS 238 (93.36% from 255) = 36.5%

R = 30.98%
G = 32.52%
B = 36.5%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAD4EE (or 0xCAD4EE) is known color: Hawkes Blue. HEX triplet: CA, D4 and EE. RGB value is (202,212,238). Sum of RGB (Red+Green+Blue) = 202+212+238=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD4EE is #352B11. Grayscale: #D3D3D3. Windows color (decimal): -3484434 or 15652042. OLE color: 15652042.

HSL color Cylindrical-coordinate representation of color #CAD4EE: hue angle of 223.33º 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 #CAD4EE is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 212 238 -
CMYK 0.15 0.11 0 0.07
HSL 223.33º 0.51% 0.86% -
HSV(B) 223.33º 0.15% 0.93% -
XYZ 63.33 65.82 90.25 -
YUV 211.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 202 212 238 0.15 0.11 0 0.07 223.33 0.51 0.86
Hex CA D4 EE F B 0 7 DF 33 56
Octal 312 324 356 17 13 0 7 337 63 126
Binary 11001010 11010100 11101110 1111 1011 0 111 11011111 110011 1010110

Color Harmonies of #CAD4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD4EE

Black with #CAD4EE

Text Example


Text Example

White with #CAD4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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