Html Css Color HEX #CADDFF Hawkes Blue

📋 copy color: '#CADDFF'

red 202 ◦ green 221 ◦ blue 255

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

Shades of Hawkes Blue #CADDFF

Tints of Hawkes Blue #CADDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.61%

R = 29.79%
G = 32.6%
B = 37.61%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CADDFF (or 0xCADDFF) is known color: Hawkes Blue. HEX triplet: CA, DD and FF. RGB value is (202,221,255). Sum of RGB (Red+Green+Blue) = 202+221+255=678 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.79% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #CADDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDFF is #352200. Grayscale: #DBDBDB. Windows color (decimal): -3482113 or 16768458. OLE color: 16768458.

HSL color Cylindrical-coordinate representation of color #CADDFF: hue angle of 218.49º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CADDFF is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 221 255 -
CMYK 0.21 0.13 0 0
HSL 218.49º 1% 0.9% -
HSV(B) 218.49º 0.21% 1% -
XYZ 68.26 71.49 104.81 -
YUV 219.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 202 221 255 0.21 0.13 0 0 218.49 1 0.9
Hex CA DD FF 15 D 0 0 DA 64 5A
Octal 312 335 377 25 15 0 0 332 144 132
Binary 11001010 11011101 11111111 10101 1101 0 0 11011010 1100100 1011010

Color Harmonies of #CADDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADDFF

Black with #CADDFF

Text Example


Text Example

White with #CADDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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