Html Css Color HEX #CCD9FD Hawkes Blue

📋 copy color: '#CCD9FD'

red 204 ◦ green 217 ◦ blue 253

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

Shades of Hawkes Blue #CCD9FD

Tints of Hawkes Blue #CCD9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.54%

R = 30.27%
G = 32.2%
B = 37.54%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCD9FD (or 0xCCD9FD) is known color: Hawkes Blue. HEX triplet: CC, D9 and FD. RGB value is (204,217,253). Sum of RGB (Red+Green+Blue) = 204+217+253=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCD9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9FD is #332602. Grayscale: #D9D9D9. Windows color (decimal): -3352067 or 16636364. OLE color: 16636364.

HSL color Cylindrical-coordinate representation of color #CCD9FD: hue angle of 224.08º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD9FD is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 217 253 -
CMYK 0.19 0.14 0 0.01
HSL 224.08º 0.92% 0.9% -
HSV(B) 224.08º 0.19% 0.99% -
XYZ 67.44 69.55 102.8 -
YUV 217.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 204 217 253 0.19 0.14 0 0.01 224.08 0.92 0.9
Hex CC D9 FD 13 E 0 1 E0 5C 5A
Octal 314 331 375 23 16 0 1 340 134 132
Binary 11001100 11011001 11111101 10011 1110 0 1 11100000 1011100 1011010

Color Harmonies of #CCD9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9FD

Black with #CCD9FD

Text Example


Text Example

White with #CCD9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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