Html Css Color HEX #CCD9FE Hawkes Blue

📋 copy color: '#CCD9FE'

red 204 ◦ green 217 ◦ blue 254

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

Shades of Hawkes Blue #CCD9FE

Tints of Hawkes Blue #CCD9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.63%

R = 30.22%
G = 32.15%
B = 37.63%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCD9FE (or 0xCCD9FE) is known color: Hawkes Blue. HEX triplet: CC, D9 and FE. RGB value is (204,217,254). Sum of RGB (Red+Green+Blue) = 204+217+254=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCD9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9FE is #332601. Grayscale: #D9D9D9. Windows color (decimal): -3352066 or 16701900. OLE color: 16701900.

HSL color Cylindrical-coordinate representation of color #CCD9FE: hue angle of 224.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCD9FE is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 217 254 -
CMYK 0.20 0.15 0 0.00
HSL 224.4º 0.96% 0.9% -
HSV(B) 224.4º 0.2% 1% -
XYZ 67.6 69.62 103.64 -
YUV 217.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 204 217 254 0.20 0.15 0 0.00 224.4 0.96 0.9
Hex CC D9 FE 14 F 0 0 E0 60 5A
Octal 314 331 376 24 17 0 0 340 140 132
Binary 11001100 11011001 11111110 10100 1111 0 0 11100000 1100000 1011010

Color Harmonies of #CCD9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9FE

Black with #CCD9FE

Text Example


Text Example

White with #CCD9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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