Html Css Color HEX #CCDDF7 Hawkes Blue

📋 copy color: '#CCDDF7'

red 204 ◦ green 221 ◦ blue 247

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

Shades of Hawkes Blue #CCDDF7

Tints of Hawkes Blue #CCDDF7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.89%

 BLUE value IS 247 (96.88% from 255) = 36.76%

R = 30.36%
G = 32.89%
B = 36.76%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCDDF7 (or 0xCCDDF7) is known color: Hawkes Blue. HEX triplet: CC, DD and F7. RGB value is (204,221,247). Sum of RGB (Red+Green+Blue) = 204+221+247=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCDDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDF7 is #332208. Grayscale: #DADADA. Windows color (decimal): -3351049 or 16244172. OLE color: 16244172.

HSL color Cylindrical-coordinate representation of color #CCDDF7: hue angle of 216.28º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCDDF7 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 221 247 -
CMYK 0.17 0.11 0 0.03
HSL 216.28º 0.73% 0.88% -
HSV(B) 216.28º 0.17% 0.97% -
XYZ 67.55 71.27 98.19 -
YUV 218.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 204 221 247 0.17 0.11 0 0.03 216.28 0.73 0.88
Hex CC DD F7 11 B 0 3 D8 49 58
Octal 314 335 367 21 13 0 3 330 111 130
Binary 11001100 11011101 11110111 10001 1011 0 11 11011000 1001001 1011000

Color Harmonies of #CCDDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDF7

Black with #CCDDF7

Text Example


Text Example

White with #CCDDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDF7; }

 p { color: rgb(204,221,247); }

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

background-color css

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

 a { background-color: rgb(204,221,247); }

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

border-color css

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

 span { border-color: rgb(204,221,247); }

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