Html Css Color HEX #CCDDFF Hawkes Blue

📋 copy color: '#CCDDFF'

red 204 ◦ green 221 ◦ blue 255

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

Shades of Hawkes Blue #CCDDFF

Tints of Hawkes Blue #CCDDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.5%

R = 30%
G = 32.5%
B = 37.5%

CMYK

 C value IS 0.2

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCDDFF (or 0xCCDDFF) is known color: Hawkes Blue. HEX triplet: CC, DD and FF. RGB value is (204,221,255). Sum of RGB (Red+Green+Blue) = 204+221+255=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDFF is #332200. Grayscale: #DBDBDB. Windows color (decimal): -3351041 or 16768460. OLE color: 16768460.

HSL color Cylindrical-coordinate representation of color #CCDDFF: hue angle of 220º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDDFF is Cyan = 0.2, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 221 255 -
CMYK 0.2 0.13 0 0
HSL 220º 1% 0.9% -
HSV(B) 220º 0.2% 1% -
XYZ 68.81 71.77 104.83 -
YUV 219.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 204 221 255 0.2 0.13 0 0 220 1 0.9
Hex CC DD FF 14 D 0 0 DC 64 5A
Octal 314 335 377 24 15 0 0 334 144 132
Binary 11001100 11011101 11111111 10100 1101 0 0 11011100 1100100 1011010

Color Harmonies of #CCDDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDFF

Black with #CCDDFF

Text Example


Text Example

White with #CCDDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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