Html Css Color HEX #CCE0FA Hawkes Blue

📋 copy color: '#CCE0FA'

red 204 ◦ green 224 ◦ blue 250

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

Shades of Hawkes Blue #CCE0FA

Tints of Hawkes Blue #CCE0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.87%

R = 30.09%
G = 33.04%
B = 36.87%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCE0FA (or 0xCCE0FA) is known color: Hawkes Blue. HEX triplet: CC, E0 and FA. RGB value is (204,224,250). Sum of RGB (Red+Green+Blue) = 204+224+250=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCE0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0FA is #331F05. Grayscale: #DCDCDC. Windows color (decimal): -3350278 or 16441548. OLE color: 16441548.

HSL color Cylindrical-coordinate representation of color #CCE0FA: hue angle of 213.91º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE0FA is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 224 250 -
CMYK 0.18 0.10 0 0.02
HSL 213.91º 0.82% 0.89% -
HSV(B) 213.91º 0.18% 0.98% -
XYZ 68.81 73.05 100.92 -
YUV 220.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 204 224 250 0.18 0.10 0 0.02 213.91 0.82 0.89
Hex CC E0 FA 12 A 0 2 D6 52 59
Octal 314 340 372 22 12 0 2 326 122 131
Binary 11001100 11100000 11111010 10010 1010 0 10 11010110 1010010 1011001

Color Harmonies of #CCE0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0FA

Black with #CCE0FA

Text Example


Text Example

White with #CCE0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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