Html Css Color HEX #CED4F6 Hawkes Blue

📋 copy color: '#CED4F6'

red 206 ◦ green 212 ◦ blue 246

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

Shades of Hawkes Blue #CED4F6

Tints of Hawkes Blue #CED4F6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.93%

 BLUE value IS 246 (96.48% from 255) = 37.05%

R = 31.02%
G = 31.93%
B = 37.05%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CED4F6 (or 0xCED4F6) is known color: Hawkes Blue. HEX triplet: CE, D4 and F6. RGB value is (206,212,246). Sum of RGB (Red+Green+Blue) = 206+212+246=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 212 (83.20% from 255 or 31.93% from 664); Blue value is 246 (96.48% from 255 or 37.05% from 664); Max value from RGB is 246 - color contains mainly: blue. Hex color #CED4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4F6 is #312B09. Grayscale: #D5D5D5. Windows color (decimal): -3222282 or 16176334. OLE color: 16176334.

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

Color convert

RGB 206 212 246 -
CMYK 0.16 0.14 0 0.04
HSL 231º 0.69% 0.89% -
HSV(B) 231º 0.16% 0.96% -
XYZ 65.63 66.86 96.64 -
YUV 214.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 206 212 246 0.16 0.14 0 0.04 231 0.69 0.89
Hex CE D4 F6 10 E 0 4 E7 45 59
Octal 316 324 366 20 16 0 4 347 105 131
Binary 11001110 11010100 11110110 10000 1110 0 100 11100111 1000101 1011001

Color Harmonies of #CED4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED4F6

Black with #CED4F6

Text Example


Text Example

White with #CED4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED4F6; }

 p { color: rgb(206,212,246); }

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

background-color css

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

 a { background-color: rgb(206,212,246); }

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

border-color css

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

 span { border-color: rgb(206,212,246); }

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