Html Css Color HEX #CEDFFA Hawkes Blue

📋 copy color: '#CEDFFA'

red 206 ◦ green 223 ◦ blue 250

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

Shades of Hawkes Blue #CEDFFA

Tints of Hawkes Blue #CEDFFA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.84%

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

R = 30.34%
G = 32.84%
B = 36.82%

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

#CEDFFA (or 0xCEDFFA) is known color: Hawkes Blue. HEX triplet: CE, DF and FA. RGB value is (206,223,250). Sum of RGB (Red+Green+Blue) = 206+223+250=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEDFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFFA is #312005. Grayscale: #DCDCDC. Windows color (decimal): -3219462 or 16441294. OLE color: 16441294.

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

Color convert

RGB 206 223 250 -
CMYK 0.18 0.11 0 0.02
HSL 216.82º 0.81% 0.89% -
HSV(B) 216.82º 0.18% 0.98% -
XYZ 69.1 72.8 100.85 -
YUV 221 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 206 223 250 0.18 0.11 0 0.02 216.82 0.81 0.89
Hex CE DF FA 12 B 0 2 D9 51 59
Octal 316 337 372 22 13 0 2 331 121 131
Binary 11001110 11011111 11111010 10010 1011 0 10 11011001 1010001 1011001

Color Harmonies of #CEDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFFA

Black with #CEDFFA

Text Example


Text Example

White with #CEDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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