Html Css Color HEX #CEDDFE Hawkes Blue

📋 copy color: '#CEDDFE'

red 206 ◦ green 221 ◦ blue 254

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

Shades of Hawkes Blue #CEDDFE

Tints of Hawkes Blue #CEDDFE

RGB

 RED value IS 206 (80.86% from 255) = 30.25%

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

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

R = 30.25%
G = 32.45%
B = 37.3%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEDDFE (or 0xCEDDFE) is known color: Hawkes Blue. HEX triplet: CE, DD and FE. RGB value is (206,221,254). Sum of RGB (Red+Green+Blue) = 206+221+254=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDFE is #312201. Grayscale: #DCDCDC. Windows color (decimal): -3219970 or 16702926. OLE color: 16702926.

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

Color convert

RGB 206 221 254 -
CMYK 0.19 0.13 0 0.00
HSL 221.25º 0.96% 0.9% -
HSV(B) 221.25º 0.19% 1% -
XYZ 69.2 71.99 104.01 -
YUV 220.28 147.03 117.82 -
System Red Green Blue C M Y K H S L
Decimal 206 221 254 0.19 0.13 0 0.00 221.25 0.96 0.9
Hex CE DD FE 13 D 0 0 DD 60 5A
Octal 316 335 376 23 15 0 0 335 140 132
Binary 11001110 11011101 11111110 10011 1101 0 0 11011101 1100000 1011010

Color Harmonies of #CEDDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDFE

Black with #CEDDFE

Text Example


Text Example

White with #CEDDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDFE; }

 p { color: rgb(206,221,254); }

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

background-color css

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

 a { background-color: rgb(206,221,254); }

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

border-color css

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

 span { border-color: rgb(206,221,254); }

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