Html Css Color HEX #CEDCF4 Hawkes Blue

📋 copy color: '#CEDCF4'

red 206 ◦ green 220 ◦ blue 244

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

Shades of Hawkes Blue #CEDCF4

Tints of Hawkes Blue #CEDCF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.42%

R = 30.75%
G = 32.84%
B = 36.42%

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

#CEDCF4 (or 0xCEDCF4) is known color: Hawkes Blue. HEX triplet: CE, DC and F4. RGB value is (206,220,244). Sum of RGB (Red+Green+Blue) = 206+220+244=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEDCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCF4 is #31230B. Grayscale: #DADADA. Windows color (decimal): -3220236 or 16047310. OLE color: 16047310.

HSL color Cylindrical-coordinate representation of color #CEDCF4: hue angle of 217.89º degrees, saturation: 0.63, 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 #CEDCF4 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 220 244 -
CMYK 0.16 0.10 0 0.04
HSL 217.89º 0.63% 0.88% -
HSV(B) 217.89º 0.16% 0.96% -
XYZ 67.38 70.84 95.71 -
YUV 218.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 206 220 244 0.16 0.10 0 0.04 217.89 0.63 0.88
Hex CE DC F4 10 A 0 4 DA 3F 58
Octal 316 334 364 20 12 0 4 332 77 130
Binary 11001110 11011100 11110100 10000 1010 0 100 11011010 111111 1011000

Color Harmonies of #CEDCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCF4

Black with #CEDCF4

Text Example


Text Example

White with #CEDCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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