Html Css Color HEX #CCDEFE Hawkes Blue

📋 copy color: '#CCDEFE'

red 204 ◦ green 222 ◦ blue 254

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

Shades of Hawkes Blue #CCDEFE

Tints of Hawkes Blue #CCDEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.65%

 BLUE value IS 254 (99.61% from 255) = 37.35%

R = 30%
G = 32.65%
B = 37.35%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCDEFE (or 0xCCDEFE) is known color: Hawkes Blue. HEX triplet: CC, DE and FE. RGB value is (204,222,254). Sum of RGB (Red+Green+Blue) = 204+222+254=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCDEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEFE is #332101. Grayscale: #DCDCDC. Windows color (decimal): -3350786 or 16703180. OLE color: 16703180.

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

Color convert

RGB 204 222 254 -
CMYK 0.20 0.13 0 0.00
HSL 218.4º 0.96% 0.9% -
HSV(B) 218.4º 0.2% 1% -
XYZ 68.91 72.24 104.08 -
YUV 220.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 204 222 254 0.20 0.13 0 0.00 218.4 0.96 0.9
Hex CC DE FE 14 D 0 0 DA 60 5A
Octal 314 336 376 24 15 0 0 332 140 132
Binary 11001100 11011110 11111110 10100 1101 0 0 11011010 1100000 1011010

Color Harmonies of #CCDEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEFE

Black with #CCDEFE

Text Example


Text Example

White with #CCDEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEFE; }

 p { color: rgb(204,222,254); }

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

background-color css

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

 a { background-color: rgb(204,222,254); }

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

border-color css

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

 span { border-color: rgb(204,222,254); }

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