Html Css Color HEX #CCDAF9 Hawkes Blue

📋 copy color: '#CCDAF9'

red 204 ◦ green 218 ◦ blue 249

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

Shades of Hawkes Blue #CCDAF9

Tints of Hawkes Blue #CCDAF9

RGB

 RED value IS 204 (80.08% from 255) = 30.4%

 GREEN value IS 218 (85.55% from 255) = 32.49%

 BLUE value IS 249 (97.66% from 255) = 37.11%

R = 30.4%
G = 32.49%
B = 37.11%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCDAF9 (or 0xCCDAF9) is known color: Hawkes Blue. HEX triplet: CC, DA and F9. RGB value is (204,218,249). Sum of RGB (Red+Green+Blue) = 204+218+249=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCDAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAF9 is #332506. Grayscale: #D9D9D9. Windows color (decimal): -3351815 or 16374476. OLE color: 16374476.

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

Color convert

RGB 204 218 249 -
CMYK 0.18 0.12 0 0.02
HSL 221.33º 0.79% 0.89% -
HSV(B) 221.33º 0.18% 0.98% -
XYZ 67.07 69.82 99.56 -
YUV 217.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 204 218 249 0.18 0.12 0 0.02 221.33 0.79 0.89
Hex CC DA F9 12 C 0 2 DD 4F 59
Octal 314 332 371 22 14 0 2 335 117 131
Binary 11001100 11011010 11111001 10010 1100 0 10 11011101 1001111 1011001

Color Harmonies of #CCDAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAF9

Black with #CCDAF9

Text Example


Text Example

White with #CCDAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAF9; }

 p { color: rgb(204,218,249); }

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

background-color css

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

 a { background-color: rgb(204,218,249); }

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

border-color css

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

 span { border-color: rgb(204,218,249); }

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