Html Css Color HEX #CADDFB Hawkes Blue

📋 copy color: '#CADDFB'

red 202 ◦ green 221 ◦ blue 251

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

Shades of Hawkes Blue #CADDFB

Tints of Hawkes Blue #CADDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.24%

R = 29.97%
G = 32.79%
B = 37.24%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CADDFB (or 0xCADDFB) is known color: Hawkes Blue. HEX triplet: CA, DD and FB. RGB value is (202,221,251). Sum of RGB (Red+Green+Blue) = 202+221+251=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #CADDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDFB is #352204. Grayscale: #DADADA. Windows color (decimal): -3482117 or 16506314. OLE color: 16506314.

HSL color Cylindrical-coordinate representation of color #CADDFB: hue angle of 216.73º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CADDFB is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 221 251 -
CMYK 0.20 0.12 0 0.02
HSL 216.73º 0.86% 0.89% -
HSV(B) 216.73º 0.2% 0.98% -
XYZ 67.63 71.23 101.45 -
YUV 218.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 202 221 251 0.20 0.12 0 0.02 216.73 0.86 0.89
Hex CA DD FB 14 C 0 2 D9 56 59
Octal 312 335 373 24 14 0 2 331 126 131
Binary 11001010 11011101 11111011 10100 1100 0 10 11011001 1010110 1011001

Color Harmonies of #CADDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADDFB

Black with #CADDFB

Text Example


Text Example

White with #CADDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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