Html Css Color HEX #CEDCF2 Hawkes Blue

📋 copy color: '#CEDCF2'

red 206 ◦ green 220 ◦ blue 242

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

Shades of Hawkes Blue #CEDCF2

Tints of Hawkes Blue #CEDCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.93%

 BLUE value IS 242 (94.92% from 255) = 36.23%

R = 30.84%
G = 32.93%
B = 36.23%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEDCF2 (or 0xCEDCF2) is known color: Hawkes Blue. HEX triplet: CE, DC and F2. RGB value is (206,220,242). Sum of RGB (Red+Green+Blue) = 206+220+242=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEDCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCF2 is #31230D. Grayscale: #DADADA. Windows color (decimal): -3220238 or 15916238. OLE color: 15916238.

HSL color Cylindrical-coordinate representation of color #CEDCF2: hue angle of 216.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEDCF2 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 220 242 -
CMYK 0.15 0.09 0 0.05
HSL 216.67º 0.58% 0.88% -
HSV(B) 216.67º 0.15% 0.95% -
XYZ 67.07 70.72 94.12 -
YUV 218.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 206 220 242 0.15 0.09 0 0.05 216.67 0.58 0.88
Hex CE DC F2 F 9 0 5 D9 3A 58
Octal 316 334 362 17 11 0 5 331 72 130
Binary 11001110 11011100 11110010 1111 1001 0 101 11011001 111010 1011000

Color Harmonies of #CEDCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCF2

Black with #CEDCF2

Text Example


Text Example

White with #CEDCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCF2; }

 p { color: rgb(206,220,242); }

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

background-color css

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

 a { background-color: rgb(206,220,242); }

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

border-color css

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

 span { border-color: rgb(206,220,242); }

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