Html Css Color HEX #CEDAFF Hawkes Blue

📋 copy color: '#CEDAFF'

red 206 ◦ green 218 ◦ blue 255

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

Shades of Hawkes Blue #CEDAFF

Tints of Hawkes Blue #CEDAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.56%

R = 30.34%
G = 32.11%
B = 37.56%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEDAFF (or 0xCEDAFF) is known color: Hawkes Blue. HEX triplet: CE, DA and FF. RGB value is (206,218,255). Sum of RGB (Red+Green+Blue) = 206+218+255=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAFF is #312500. Grayscale: #DADADA. Windows color (decimal): -3220737 or 16767694. OLE color: 16767694.

HSL color Cylindrical-coordinate representation of color #CEDAFF: hue angle of 225.31º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEDAFF is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 218 255 -
CMYK 0.19 0.15 0 0
HSL 225.31º 1% 0.9% -
HSV(B) 225.31º 0.19% 1% -
XYZ 68.58 70.48 104.6 -
YUV 218.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 206 218 255 0.19 0.15 0 0 225.31 1 0.9
Hex CE DA FF 13 F 0 0 E1 64 5A
Octal 316 332 377 23 17 0 0 341 144 132
Binary 11001110 11011010 11111111 10011 1111 0 0 11100001 1100100 1011010

Color Harmonies of #CEDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDAFF

Black with #CEDAFF

Text Example


Text Example

White with #CEDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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