Html Css Color HEX #CCD1F0 Hawkes Blue

📋 copy color: '#CCD1F0'

red 204 ◦ green 209 ◦ blue 240

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

Shades of Hawkes Blue #CCD1F0

Tints of Hawkes Blue #CCD1F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.75%

R = 31.24%
G = 32.01%
B = 36.75%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCD1F0 (or 0xCCD1F0) is known color: Hawkes Blue. HEX triplet: CC, D1 and F0. RGB value is (204,209,240). Sum of RGB (Red+Green+Blue) = 204+209+240=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCD1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1F0 is #332E0F. Grayscale: #D2D2D2. Windows color (decimal): -3354128 or 15782348. OLE color: 15782348.

HSL color Cylindrical-coordinate representation of color #CCD1F0: hue angle of 231.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCD1F0 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 209 240 -
CMYK 0.15 0.13 0 0.06
HSL 231.67º 0.55% 0.87% -
HSV(B) 231.67º 0.15% 0.94% -
XYZ 63.43 64.73 91.59 -
YUV 211.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 204 209 240 0.15 0.13 0 0.06 231.67 0.55 0.87
Hex CC D1 F0 F D 0 6 E8 37 57
Octal 314 321 360 17 15 0 6 350 67 127
Binary 11001100 11010001 11110000 1111 1101 0 110 11101000 110111 1010111

Color Harmonies of #CCD1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1F0

Black with #CCD1F0

Text Example


Text Example

White with #CCD1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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