Html Css Color HEX #CEDAFA Hawkes Blue

📋 copy color: '#CEDAFA'

red 206 ◦ green 218 ◦ blue 250

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

Shades of Hawkes Blue #CEDAFA

Tints of Hawkes Blue #CEDAFA

RGB

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

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

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

R = 30.56%
G = 32.34%
B = 37.09%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEDAFA (or 0xCEDAFA) is known color: Hawkes Blue. HEX triplet: CE, DA and FA. RGB value is (206,218,250). Sum of RGB (Red+Green+Blue) = 206+218+250=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAFA is #312505. Grayscale: #D9D9D9. Windows color (decimal): -3220742 or 16440014. OLE color: 16440014.

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

Color convert

RGB 206 218 250 -
CMYK 0.18 0.13 0 0.02
HSL 223.64º 0.81% 0.89% -
HSV(B) 223.64º 0.18% 0.98% -
XYZ 67.78 70.17 100.41 -
YUV 218.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 206 218 250 0.18 0.13 0 0.02 223.64 0.81 0.89
Hex CE DA FA 12 D 0 2 E0 51 59
Octal 316 332 372 22 15 0 2 340 121 131
Binary 11001110 11011010 11111010 10010 1101 0 10 11100000 1010001 1011001

Color Harmonies of #CEDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDAFA

Black with #CEDAFA

Text Example


Text Example

White with #CEDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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