Html Css Color HEX #CCD1F1 Hawkes Blue

📋 copy color: '#CCD1F1'

red 204 ◦ green 209 ◦ blue 241

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

Shades of Hawkes Blue #CCD1F1

Tints of Hawkes Blue #CCD1F1

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.96%

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

R = 31.19%
G = 31.96%
B = 36.85%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCD1F1 (or 0xCCD1F1) is known color: Hawkes Blue. HEX triplet: CC, D1 and F1. RGB value is (204,209,241). Sum of RGB (Red+Green+Blue) = 204+209+241=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCD1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1F1 is #332E0E. Grayscale: #D3D3D3. Windows color (decimal): -3354127 or 15847884. OLE color: 15847884.

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

Color convert

RGB 204 209 241 -
CMYK 0.15 0.13 0 0.05
HSL 231.89º 0.57% 0.87% -
HSV(B) 231.89º 0.15% 0.95% -
XYZ 63.58 64.79 92.37 -
YUV 211.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 204 209 241 0.15 0.13 0 0.05 231.89 0.57 0.87
Hex CC D1 F1 F D 0 5 E8 39 57
Octal 314 321 361 17 15 0 5 350 71 127
Binary 11001100 11010001 11110001 1111 1101 0 101 11101000 111001 1010111

Color Harmonies of #CCD1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1F1

Black with #CCD1F1

Text Example


Text Example

White with #CCD1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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