Html Css Color HEX #CEDCFA Hawkes Blue

📋 copy color: '#CEDCFA'

red 206 ◦ green 220 ◦ blue 250

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

Shades of Hawkes Blue #CEDCFA

Tints of Hawkes Blue #CEDCFA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.54%

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

R = 30.47%
G = 32.54%
B = 36.98%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEDCFA (or 0xCEDCFA) is known color: Hawkes Blue. HEX triplet: CE, DC and FA. RGB value is (206,220,250). Sum of RGB (Red+Green+Blue) = 206+220+250=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEDCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCFA is #312305. Grayscale: #DBDBDB. Windows color (decimal): -3220230 or 16440526. OLE color: 16440526.

HSL color Cylindrical-coordinate representation of color #CEDCFA: hue angle of 220.91º 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 #CEDCFA is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 220 250 -
CMYK 0.18 0.12 0 0.02
HSL 220.91º 0.81% 0.89% -
HSV(B) 220.91º 0.18% 0.98% -
XYZ 68.3 71.21 100.59 -
YUV 219.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 206 220 250 0.18 0.12 0 0.02 220.91 0.81 0.89
Hex CE DC FA 12 C 0 2 DD 51 59
Octal 316 334 372 22 14 0 2 335 121 131
Binary 11001110 11011100 11111010 10010 1100 0 10 11011101 1010001 1011001

Color Harmonies of #CEDCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCFA

Black with #CEDCFA

Text Example


Text Example

White with #CEDCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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