Html Css Color HEX #CCE0FD Hawkes Blue

📋 copy color: '#CCE0FD'

red 204 ◦ green 224 ◦ blue 253

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

Shades of Hawkes Blue #CCE0FD

Tints of Hawkes Blue #CCE0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.15%

R = 29.96%
G = 32.89%
B = 37.15%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCE0FD (or 0xCCE0FD) is known color: Hawkes Blue. HEX triplet: CC, E0 and FD. RGB value is (204,224,253). Sum of RGB (Red+Green+Blue) = 204+224+253=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCE0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0FD is #331F02. Grayscale: #DDDDDD. Windows color (decimal): -3350275 or 16638156. OLE color: 16638156.

HSL color Cylindrical-coordinate representation of color #CCE0FD: hue angle of 215.51º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE0FD is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 224 253 -
CMYK 0.19 0.11 0 0.01
HSL 215.51º 0.92% 0.9% -
HSV(B) 215.51º 0.19% 0.99% -
XYZ 69.29 73.24 103.41 -
YUV 221.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 204 224 253 0.19 0.11 0 0.01 215.51 0.92 0.9
Hex CC E0 FD 13 B 0 1 D8 5C 5A
Octal 314 340 375 23 13 0 1 330 134 132
Binary 11001100 11100000 11111101 10011 1011 0 1 11011000 1011100 1011010

Color Harmonies of #CCE0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0FD

Black with #CCE0FD

Text Example


Text Example

White with #CCE0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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