Html Css Color HEX #CCDAF7 Hawkes Blue

📋 copy color: '#CCDAF7'

red 204 ◦ green 218 ◦ blue 247

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

Shades of Hawkes Blue #CCDAF7

Tints of Hawkes Blue #CCDAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.92%

R = 30.49%
G = 32.59%
B = 36.92%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCDAF7 (or 0xCCDAF7) is known color: Hawkes Blue. HEX triplet: CC, DA and F7. RGB value is (204,218,247). Sum of RGB (Red+Green+Blue) = 204+218+247=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCDAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAF7 is #332508. Grayscale: #D8D8D8. Windows color (decimal): -3351817 or 16243404. OLE color: 16243404.

HSL color Cylindrical-coordinate representation of color #CCDAF7: hue angle of 220.47º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCDAF7 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 218 247 -
CMYK 0.17 0.12 0 0.03
HSL 220.47º 0.73% 0.88% -
HSV(B) 220.47º 0.17% 0.97% -
XYZ 66.76 69.7 97.93 -
YUV 217.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 204 218 247 0.17 0.12 0 0.03 220.47 0.73 0.88
Hex CC DA F7 11 C 0 3 DC 49 58
Octal 314 332 367 21 14 0 3 334 111 130
Binary 11001100 11011010 11110111 10001 1100 0 11 11011100 1001001 1011000

Color Harmonies of #CCDAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAF7

Black with #CCDAF7

Text Example


Text Example

White with #CCDAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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