Html Css Color HEX #CEDAFE Hawkes Blue

📋 copy color: '#CEDAFE'

red 206 ◦ green 218 ◦ blue 254

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

Shades of Hawkes Blue #CEDAFE

Tints of Hawkes Blue #CEDAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.46%

R = 30.38%
G = 32.15%
B = 37.46%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEDAFE (or 0xCEDAFE) is known color: Hawkes Blue. HEX triplet: CE, DA and FE. RGB value is (206,218,254). Sum of RGB (Red+Green+Blue) = 206+218+254=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAFE is #312501. Grayscale: #DADADA. Windows color (decimal): -3220738 or 16702158. OLE color: 16702158.

HSL color Cylindrical-coordinate representation of color #CEDAFE: hue angle of 225º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEDAFE is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 218 254 -
CMYK 0.19 0.14 0 0.00
HSL 225º 0.96% 0.9% -
HSV(B) 225º 0.19% 1% -
XYZ 68.41 70.42 103.75 -
YUV 218.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 206 218 254 0.19 0.14 0 0.00 225 0.96 0.9
Hex CE DA FE 13 E 0 0 E1 60 5A
Octal 316 332 376 23 16 0 0 341 140 132
Binary 11001110 11011010 11111110 10011 1110 0 0 11100001 1100000 1011010

Color Harmonies of #CEDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDAFE

Black with #CEDAFE

Text Example


Text Example

White with #CEDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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