Html Css Color HEX #CCDAF0 Hawkes Blue

📋 copy color: '#CCDAF0'

red 204 ◦ green 218 ◦ blue 240

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

Shades of Hawkes Blue #CCDAF0

Tints of Hawkes Blue #CCDAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.25%

R = 30.82%
G = 32.93%
B = 36.25%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCDAF0 (or 0xCCDAF0) is known color: Hawkes Blue. HEX triplet: CC, DA and F0. RGB value is (204,218,240). Sum of RGB (Red+Green+Blue) = 204+218+240=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCDAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAF0 is #33250F. Grayscale: #D8D8D8. Windows color (decimal): -3351824 or 15784652. OLE color: 15784652.

HSL color Cylindrical-coordinate representation of color #CCDAF0: hue angle of 216.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCDAF0 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 218 240 -
CMYK 0.15 0.09 0 0.06
HSL 216.67º 0.55% 0.87% -
HSV(B) 216.67º 0.15% 0.94% -
XYZ 65.7 69.27 92.35 -
YUV 216.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 204 218 240 0.15 0.09 0 0.06 216.67 0.55 0.87
Hex CC DA F0 F 9 0 6 D9 37 57
Octal 314 332 360 17 11 0 6 331 67 127
Binary 11001100 11011010 11110000 1111 1001 0 110 11011001 110111 1010111

Color Harmonies of #CCDAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAF0

Black with #CCDAF0

Text Example


Text Example

White with #CCDAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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