Html Css Color HEX #CCDAFA Hawkes Blue

📋 copy color: '#CCDAFA'

red 204 ◦ green 218 ◦ blue 250

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

Shades of Hawkes Blue #CCDAFA

Tints of Hawkes Blue #CCDAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.2%

R = 30.36%
G = 32.44%
B = 37.2%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCDAFA (or 0xCCDAFA) is known color: Hawkes Blue. HEX triplet: CC, DA and FA. RGB value is (204,218,250). Sum of RGB (Red+Green+Blue) = 204+218+250=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAFA is #332505. Grayscale: #D9D9D9. Windows color (decimal): -3351814 or 16440012. OLE color: 16440012.

HSL color Cylindrical-coordinate representation of color #CCDAFA: hue angle of 221.74º degrees, saturation: 0.82, 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 #CCDAFA is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 218 250 -
CMYK 0.18 0.13 0 0.02
HSL 221.74º 0.82% 0.89% -
HSV(B) 221.74º 0.18% 0.98% -
XYZ 67.23 69.88 100.39 -
YUV 217.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 204 218 250 0.18 0.13 0 0.02 221.74 0.82 0.89
Hex CC DA FA 12 D 0 2 DE 52 59
Octal 314 332 372 22 15 0 2 336 122 131
Binary 11001100 11011010 11111010 10010 1101 0 10 11011110 1010010 1011001

Color Harmonies of #CCDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAFA

Black with #CCDAFA

Text Example


Text Example

White with #CCDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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