Html Css Color HEX #CCDAF6 Hawkes Blue

📋 copy color: '#CCDAF6'

red 204 ◦ green 218 ◦ blue 246

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

Shades of Hawkes Blue #CCDAF6

Tints of Hawkes Blue #CCDAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.83%

R = 30.54%
G = 32.63%
B = 36.83%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CCDAF6 (or 0xCCDAF6) is known color: Hawkes Blue. HEX triplet: CC, DA and F6. RGB value is (204,218,246). Sum of RGB (Red+Green+Blue) = 204+218+246=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCDAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAF6 is #332509. Grayscale: #D8D8D8. Windows color (decimal): -3351818 or 16177868. OLE color: 16177868.

HSL color Cylindrical-coordinate representation of color #CCDAF6: hue angle of 220º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCDAF6 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 218 246 -
CMYK 0.17 0.11 0 0.04
HSL 220º 0.7% 0.88% -
HSV(B) 220º 0.17% 0.96% -
XYZ 66.61 69.63 97.12 -
YUV 217.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 204 218 246 0.17 0.11 0 0.04 220 0.7 0.88
Hex CC DA F6 11 B 0 4 DC 46 58
Octal 314 332 366 21 13 0 4 334 106 130
Binary 11001100 11011010 11110110 10001 1011 0 100 11011100 1000110 1011000

Color Harmonies of #CCDAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAF6

Black with #CCDAF6

Text Example


Text Example

White with #CCDAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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