Html Css Color HEX #CEDFF5 Hawkes Blue

📋 copy color: '#CEDFF5'

red 206 ◦ green 223 ◦ blue 245

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

Shades of Hawkes Blue #CEDFF5

Tints of Hawkes Blue #CEDFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.35%

R = 30.56%
G = 33.09%
B = 36.35%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CEDFF5 (or 0xCEDFF5) is known color: Hawkes Blue. HEX triplet: CE, DF and F5. RGB value is (206,223,245). Sum of RGB (Red+Green+Blue) = 206+223+245=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 245 (96.09% from 255 or 36.35% from 674); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEDFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFF5 is #31200A. Grayscale: #DCDCDC. Windows color (decimal): -3219467 or 16113614. OLE color: 16113614.

HSL color Cylindrical-coordinate representation of color #CEDFF5: hue angle of 213.85º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEDFF5 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 223 245 -
CMYK 0.16 0.09 0 0.04
HSL 213.85º 0.66% 0.88% -
HSV(B) 213.85º 0.16% 0.96% -
XYZ 68.32 72.49 96.78 -
YUV 220.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 206 223 245 0.16 0.09 0 0.04 213.85 0.66 0.88
Hex CE DF F5 10 9 0 4 D6 42 58
Octal 316 337 365 20 11 0 4 326 102 130
Binary 11001110 11011111 11110101 10000 1001 0 100 11010110 1000010 1011000

Color Harmonies of #CEDFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFF5

Black with #CEDFF5

Text Example


Text Example

White with #CEDFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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