Html Css Color HEX #CED6F1 Hawkes Blue

📋 copy color: '#CED6F1'

red 206 ◦ green 214 ◦ blue 241

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

Shades of Hawkes Blue #CED6F1

Tints of Hawkes Blue #CED6F1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.38%

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

R = 31.16%
G = 32.38%
B = 36.46%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CED6F1 (or 0xCED6F1) is known color: Hawkes Blue. HEX triplet: CE, D6 and F1. RGB value is (206,214,241). Sum of RGB (Red+Green+Blue) = 206+214+241=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #CED6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6F1 is #31290E. Grayscale: #D6D6D6. Windows color (decimal): -3221775 or 15849166. OLE color: 15849166.

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

Color convert

RGB 206 214 241 -
CMYK 0.15 0.11 0 0.05
HSL 226.29º 0.56% 0.88% -
HSV(B) 226.29º 0.15% 0.95% -
XYZ 65.38 67.57 92.81 -
YUV 214.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 206 214 241 0.15 0.11 0 0.05 226.29 0.56 0.88
Hex CE D6 F1 F B 0 5 E2 38 58
Octal 316 326 361 17 13 0 5 342 70 130
Binary 11001110 11010110 11110001 1111 1011 0 101 11100010 111000 1011000

Color Harmonies of #CED6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6F1

Black with #CED6F1

Text Example


Text Example

White with #CED6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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