Html Css Color HEX #CEDAFC Hawkes Blue

📋 copy color: '#CEDAFC'

red 206 ◦ green 218 ◦ blue 252

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

Shades of Hawkes Blue #CEDAFC

Tints of Hawkes Blue #CEDAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.28%

R = 30.47%
G = 32.25%
B = 37.28%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEDAFC (or 0xCEDAFC) is known color: Hawkes Blue. HEX triplet: CE, DA and FC. RGB value is (206,218,252). Sum of RGB (Red+Green+Blue) = 206+218+252=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAFC is #312503. Grayscale: #DADADA. Windows color (decimal): -3220740 or 16571086. OLE color: 16571086.

HSL color Cylindrical-coordinate representation of color #CEDAFC: hue angle of 224.35º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEDAFC is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 218 252 -
CMYK 0.18 0.13 0 0.01
HSL 224.35º 0.88% 0.9% -
HSV(B) 224.35º 0.18% 0.99% -
XYZ 68.1 70.29 102.07 -
YUV 218.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 206 218 252 0.18 0.13 0 0.01 224.35 0.88 0.9
Hex CE DA FC 12 D 0 1 E0 58 5A
Octal 316 332 374 22 15 0 1 340 130 132
Binary 11001110 11011010 11111100 10010 1101 0 1 11100000 1011000 1011010

Color Harmonies of #CEDAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDAFC

Black with #CEDAFC

Text Example


Text Example

White with #CEDAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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