Html Css Color HEX #CCE0FF Hawkes Blue

📋 copy color: '#CCE0FF'

red 204 ◦ green 224 ◦ blue 255

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

Shades of Hawkes Blue #CCE0FF

Tints of Hawkes Blue #CCE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.8%

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

R = 29.87%
G = 32.8%
B = 37.34%

CMYK

 C value IS 0.2

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCE0FF (or 0xCCE0FF) is known color: Hawkes Blue. HEX triplet: CC, E0 and FF. RGB value is (204,224,255). Sum of RGB (Red+Green+Blue) = 204+224+255=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0FF is #331F00. Grayscale: #DDDDDD. Windows color (decimal): -3350273 or 16769228. OLE color: 16769228.

HSL color Cylindrical-coordinate representation of color #CCE0FF: hue angle of 216.47º 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 #CCE0FF is Cyan = 0.2, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 224 255 -
CMYK 0.2 0.12 0 0
HSL 216.47º 1% 0.9% -
HSV(B) 216.47º 0.2% 1% -
XYZ 69.61 73.37 105.1 -
YUV 221.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 204 224 255 0.2 0.12 0 0 216.47 1 0.9
Hex CC E0 FF 14 C 0 0 D8 64 5A
Octal 314 340 377 24 14 0 0 330 144 132
Binary 11001100 11100000 11111111 10100 1100 0 0 11011000 1100100 1011010

Color Harmonies of #CCE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0FF

Black with #CCE0FF

Text Example


Text Example

White with #CCE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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