Html Css Color HEX #CEDCF5 Hawkes Blue

📋 copy color: '#CEDCF5'

red 206 ◦ green 220 ◦ blue 245

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

Shades of Hawkes Blue #CEDCF5

Tints of Hawkes Blue #CEDCF5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.79%

 BLUE value IS 245 (96.09% from 255) = 36.51%

R = 30.7%
G = 32.79%
B = 36.51%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CEDCF5 (or 0xCEDCF5) is known color: Hawkes Blue. HEX triplet: CE, DC and F5. RGB value is (206,220,245). Sum of RGB (Red+Green+Blue) = 206+220+245=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEDCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCF5 is #31230A. Grayscale: #DADADA. Windows color (decimal): -3220235 or 16112846. OLE color: 16112846.

HSL color Cylindrical-coordinate representation of color #CEDCF5: hue angle of 218.46º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEDCF5 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 220 245 -
CMYK 0.16 0.10 0 0.04
HSL 218.46º 0.66% 0.88% -
HSV(B) 218.46º 0.16% 0.96% -
XYZ 67.53 70.9 96.51 -
YUV 218.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 206 220 245 0.16 0.10 0 0.04 218.46 0.66 0.88
Hex CE DC F5 10 A 0 4 DA 42 58
Octal 316 334 365 20 12 0 4 332 102 130
Binary 11001110 11011100 11110101 10000 1010 0 100 11011010 1000010 1011000

Color Harmonies of #CEDCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCF5

Black with #CEDCF5

Text Example


Text Example

White with #CEDCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCF5; }

 p { color: rgb(206,220,245); }

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

background-color css

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

 a { background-color: rgb(206,220,245); }

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

border-color css

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

 span { border-color: rgb(206,220,245); }

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