Html Css Color HEX #CCD9FA Hawkes Blue

📋 copy color: '#CCD9FA'

red 204 ◦ green 217 ◦ blue 250

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

Shades of Hawkes Blue #CCD9FA

Tints of Hawkes Blue #CCD9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.34%

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

R = 30.4%
G = 32.34%
B = 37.26%

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

#CCD9FA (or 0xCCD9FA) is known color: Hawkes Blue. HEX triplet: CC, D9 and FA. RGB value is (204,217,250). Sum of RGB (Red+Green+Blue) = 204+217+250=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9FA is #332605. Grayscale: #D8D8D8. Windows color (decimal): -3352070 or 16439756. OLE color: 16439756.

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

Color convert

RGB 204 217 250 -
CMYK 0.18 0.13 0 0.02
HSL 223.04º 0.82% 0.89% -
HSV(B) 223.04º 0.18% 0.98% -
XYZ 66.97 69.37 100.3 -
YUV 216.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 204 217 250 0.18 0.13 0 0.02 223.04 0.82 0.89
Hex CC D9 FA 12 D 0 2 DF 52 59
Octal 314 331 372 22 15 0 2 337 122 131
Binary 11001100 11011001 11111010 10010 1101 0 10 11011111 1010010 1011001

Color Harmonies of #CCD9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9FA

Black with #CCD9FA

Text Example


Text Example

White with #CCD9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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