Html Css Color HEX #CEDEFA Hawkes Blue

📋 copy color: '#CEDEFA'

red 206 ◦ green 222 ◦ blue 250

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

Shades of Hawkes Blue #CEDEFA

Tints of Hawkes Blue #CEDEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.74%

 BLUE value IS 250 (98.05% from 255) = 36.87%

R = 30.38%
G = 32.74%
B = 36.87%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEDEFA (or 0xCEDEFA) is known color: Hawkes Blue. HEX triplet: CE, DE and FA. RGB value is (206,222,250). Sum of RGB (Red+Green+Blue) = 206+222+250=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEDEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEFA is #312105. Grayscale: #DCDCDC. Windows color (decimal): -3219718 or 16441038. OLE color: 16441038.

HSL color Cylindrical-coordinate representation of color #CEDEFA: hue angle of 218.18º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEDEFA is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 222 250 -
CMYK 0.18 0.11 0 0.02
HSL 218.18º 0.81% 0.89% -
HSV(B) 218.18º 0.18% 0.98% -
XYZ 68.83 72.27 100.76 -
YUV 220.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 206 222 250 0.18 0.11 0 0.02 218.18 0.81 0.89
Hex CE DE FA 12 B 0 2 DA 51 59
Octal 316 336 372 22 13 0 2 332 121 131
Binary 11001110 11011110 11111010 10010 1011 0 10 11011010 1010001 1011001

Color Harmonies of #CEDEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDEFA

Black with #CEDEFA

Text Example


Text Example

White with #CEDEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDEFA; }

 p { color: rgb(206,222,250); }

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

background-color css

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

 a { background-color: rgb(206,222,250); }

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

border-color css

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

 span { border-color: rgb(206,222,250); }

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