Html Css Color HEX #CEDAF1 Hawkes Blue

📋 copy color: '#CEDAF1'

red 206 ◦ green 218 ◦ blue 241

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

Shades of Hawkes Blue #CEDAF1

Tints of Hawkes Blue #CEDAF1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.78%

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

R = 30.98%
G = 32.78%
B = 36.24%

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

#CEDAF1 (or 0xCEDAF1) is known color: Hawkes Blue. HEX triplet: CE, DA and F1. RGB value is (206,218,241). Sum of RGB (Red+Green+Blue) = 206+218+241=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEDAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAF1 is #31250E. Grayscale: #D8D8D8. Windows color (decimal): -3220751 or 15850190. OLE color: 15850190.

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

Color convert

RGB 206 218 241 -
CMYK 0.15 0.10 0 0.05
HSL 219.43º 0.56% 0.88% -
HSV(B) 219.43º 0.15% 0.95% -
XYZ 66.4 69.62 93.16 -
YUV 217.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 206 218 241 0.15 0.10 0 0.05 219.43 0.56 0.88
Hex CE DA F1 F A 0 5 DB 38 58
Octal 316 332 361 17 12 0 5 333 70 130
Binary 11001110 11011010 11110001 1111 1010 0 101 11011011 111000 1011000

Color Harmonies of #CEDAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDAF1

Black with #CEDAF1

Text Example


Text Example

White with #CEDAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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