Html Css Color HEX #CCD6F0 Hawkes Blue

📋 copy color: '#CCD6F0'

red 204 ◦ green 214 ◦ blue 240

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

Shades of Hawkes Blue #CCD6F0

Tints of Hawkes Blue #CCD6F0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.52%

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

R = 31%
G = 32.52%
B = 36.47%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCD6F0 (or 0xCCD6F0) is known color: Hawkes Blue. HEX triplet: CC, D6 and F0. RGB value is (204,214,240). Sum of RGB (Red+Green+Blue) = 204+214+240=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCD6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6F0 is #33290F. Grayscale: #D5D5D5. Windows color (decimal): -3352848 or 15783628. OLE color: 15783628.

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

Color convert

RGB 204 214 240 -
CMYK 0.15 0.11 0 0.06
HSL 223.33º 0.55% 0.87% -
HSV(B) 223.33º 0.15% 0.94% -
XYZ 64.68 67.22 92 -
YUV 213.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 204 214 240 0.15 0.11 0 0.06 223.33 0.55 0.87
Hex CC D6 F0 F B 0 6 DF 37 57
Octal 314 326 360 17 13 0 6 337 67 127
Binary 11001100 11010110 11110000 1111 1011 0 110 11011111 110111 1010111

Color Harmonies of #CCD6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6F0

Black with #CCD6F0

Text Example


Text Example

White with #CCD6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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