Html Css Color HEX #CED9F1 Hawkes Blue

📋 copy color: '#CED9F1'

red 206 ◦ green 217 ◦ blue 241

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

Shades of Hawkes Blue #CED9F1

Tints of Hawkes Blue #CED9F1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.68%

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

R = 31.02%
G = 32.68%
B = 36.3%

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

#CED9F1 (or 0xCED9F1) is known color: Hawkes Blue. HEX triplet: CE, D9 and F1. RGB value is (206,217,241). Sum of RGB (Red+Green+Blue) = 206+217+241=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #CED9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9F1 is #31260E. Grayscale: #D8D8D8. Windows color (decimal): -3221007 or 15849934. OLE color: 15849934.

HSL color Cylindrical-coordinate representation of color #CED9F1: hue angle of 221.14º 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 #CED9F1 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 217 241 -
CMYK 0.15 0.10 0 0.05
HSL 221.14º 0.56% 0.88% -
HSV(B) 221.14º 0.15% 0.95% -
XYZ 66.14 69.1 93.07 -
YUV 216.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 206 217 241 0.15 0.10 0 0.05 221.14 0.56 0.88
Hex CE D9 F1 F A 0 5 DD 38 58
Octal 316 331 361 17 12 0 5 335 70 130
Binary 11001110 11011001 11110001 1111 1010 0 101 11011101 111000 1011000

Color Harmonies of #CED9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED9F1

Black with #CED9F1

Text Example


Text Example

White with #CED9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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