Html Css Color HEX #CEDDFF Hawkes Blue

📋 copy color: '#CEDDFF'

red 206 ◦ green 221 ◦ blue 255

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

Shades of Hawkes Blue #CEDDFF

Tints of Hawkes Blue #CEDDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.4%

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

R = 30.21%
G = 32.4%
B = 37.39%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEDDFF (or 0xCEDDFF) is known color: Hawkes Blue. HEX triplet: CE, DD and FF. RGB value is (206,221,255). Sum of RGB (Red+Green+Blue) = 206+221+255=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDFF is #312200. Grayscale: #DCDCDC. Windows color (decimal): -3219969 or 16768462. OLE color: 16768462.

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

Color convert

RGB 206 221 255 -
CMYK 0.19 0.13 0 0
HSL 221.63º 1% 0.9% -
HSV(B) 221.63º 0.19% 1% -
XYZ 69.36 72.05 104.86 -
YUV 220.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 206 221 255 0.19 0.13 0 0 221.63 1 0.9
Hex CE DD FF 13 D 0 0 DE 64 5A
Octal 316 335 377 23 15 0 0 336 144 132
Binary 11001110 11011101 11111111 10011 1101 0 0 11011110 1100100 1011010

Color Harmonies of #CEDDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDFF

Black with #CEDDFF

Text Example


Text Example

White with #CEDDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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