Html Css Color HEX #CCD8FD Hawkes Blue

📋 copy color: '#CCD8FD'

red 204 ◦ green 216 ◦ blue 253

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

Shades of Hawkes Blue #CCD8FD

Tints of Hawkes Blue #CCD8FD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.1%

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

R = 30.31%
G = 32.1%
B = 37.59%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCD8FD (or 0xCCD8FD) is known color: Hawkes Blue. HEX triplet: CC, D8 and FD. RGB value is (204,216,253). Sum of RGB (Red+Green+Blue) = 204+216+253=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCD8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8FD is #332702. Grayscale: #D8D8D8. Windows color (decimal): -3352323 or 16636108. OLE color: 16636108.

HSL color Cylindrical-coordinate representation of color #CCD8FD: hue angle of 225.31º 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 #CCD8FD is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 216 253 -
CMYK 0.19 0.15 0 0.01
HSL 225.31º 0.92% 0.9% -
HSV(B) 225.31º 0.19% 0.99% -
XYZ 67.19 69.04 102.71 -
YUV 216.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 204 216 253 0.19 0.15 0 0.01 225.31 0.92 0.9
Hex CC D8 FD 13 F 0 1 E1 5C 5A
Octal 314 330 375 23 17 0 1 341 134 132
Binary 11001100 11011000 11111101 10011 1111 0 1 11100001 1011100 1011010

Color Harmonies of #CCD8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD8FD

Black with #CCD8FD

Text Example


Text Example

White with #CCD8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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