Html Css Color HEX #CEDCFF Hawkes Blue

📋 copy color: '#CEDCFF'

red 206 ◦ green 220 ◦ blue 255

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

Shades of Hawkes Blue #CEDCFF

Tints of Hawkes Blue #CEDCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.44%

R = 30.25%
G = 32.31%
B = 37.44%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEDCFF (or 0xCEDCFF) is known color: Hawkes Blue. HEX triplet: CE, DC and FF. RGB value is (206,220,255). Sum of RGB (Red+Green+Blue) = 206+220+255=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCFF is #312300. Grayscale: #DBDBDB. Windows color (decimal): -3220225 or 16768206. OLE color: 16768206.

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

Color convert

RGB 206 220 255 -
CMYK 0.19 0.14 0 0
HSL 222.86º 1% 0.9% -
HSV(B) 222.86º 0.19% 1% -
XYZ 69.1 71.53 104.77 -
YUV 219.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 206 220 255 0.19 0.14 0 0 222.86 1 0.9
Hex CE DC FF 13 E 0 0 DF 64 5A
Octal 316 334 377 23 16 0 0 337 144 132
Binary 11001110 11011100 11111111 10011 1110 0 0 11011111 1100100 1011010

Color Harmonies of #CEDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCFF

Black with #CEDCFF

Text Example


Text Example

White with #CEDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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