Html Css Color HEX #CCD8F1 Hawkes Blue

📋 copy color: '#CCD8F1'

red 204 ◦ green 216 ◦ blue 241

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

Shades of Hawkes Blue #CCD8F1

Tints of Hawkes Blue #CCD8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.46%

R = 30.86%
G = 32.68%
B = 36.46%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCD8F1 (or 0xCCD8F1) is known color: Hawkes Blue. HEX triplet: CC, D8 and F1. RGB value is (204,216,241). Sum of RGB (Red+Green+Blue) = 204+216+241=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCD8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8F1 is #33270E. Grayscale: #D7D7D7. Windows color (decimal): -3352335 or 15849676. OLE color: 15849676.

HSL color Cylindrical-coordinate representation of color #CCD8F1: hue angle of 220.54º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCD8F1 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 216 241 -
CMYK 0.15 0.10 0 0.05
HSL 220.54º 0.57% 0.87% -
HSV(B) 220.54º 0.15% 0.95% -
XYZ 65.33 68.3 92.96 -
YUV 215.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 204 216 241 0.15 0.10 0 0.05 220.54 0.57 0.87
Hex CC D8 F1 F A 0 5 DD 39 57
Octal 314 330 361 17 12 0 5 335 71 127
Binary 11001100 11011000 11110001 1111 1010 0 101 11011101 111001 1010111

Color Harmonies of #CCD8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD8F1

Black with #CCD8F1

Text Example


Text Example

White with #CCD8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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