Html Css Color HEX #CED8F1 Hawkes Blue

📋 copy color: '#CED8F1'

red 206 ◦ green 216 ◦ blue 241

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

Shades of Hawkes Blue #CED8F1

Tints of Hawkes Blue #CED8F1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.58%

 BLUE value IS 241 (94.53% from 255) = 36.35%

R = 31.07%
G = 32.58%
B = 36.35%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CED8F1 (or 0xCED8F1) is known color: Hawkes Blue. HEX triplet: CE, D8 and F1. RGB value is (206,216,241). Sum of RGB (Red+Green+Blue) = 206+216+241=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #CED8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8F1 is #31270E. Grayscale: #D7D7D7. Windows color (decimal): -3221263 or 15849678. OLE color: 15849678.

HSL color Cylindrical-coordinate representation of color #CED8F1: hue angle of 222.86º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED8F1 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 216 241 -
CMYK 0.15 0.10 0 0.05
HSL 222.86º 0.56% 0.88% -
HSV(B) 222.86º 0.15% 0.95% -
XYZ 65.89 68.58 92.98 -
YUV 215.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 206 216 241 0.15 0.10 0 0.05 222.86 0.56 0.88
Hex CE D8 F1 F A 0 5 DF 38 58
Octal 316 330 361 17 12 0 5 337 70 130
Binary 11001110 11011000 11110001 1111 1010 0 101 11011111 111000 1011000

Color Harmonies of #CED8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED8F1

Black with #CED8F1

Text Example


Text Example

White with #CED8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED8F1; }

 p { color: rgb(206,216,241); }

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

background-color css

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

 a { background-color: rgb(206,216,241); }

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

border-color css

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

 span { border-color: rgb(206,216,241); }

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