Html Css Color HEX #CED6FA Hawkes Blue

📋 copy color: '#CED6FA'

red 206 ◦ green 214 ◦ blue 250

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

Shades of Hawkes Blue #CED6FA

Tints of Hawkes Blue #CED6FA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.94%

 BLUE value IS 250 (98.05% from 255) = 37.31%

R = 30.75%
G = 31.94%
B = 37.31%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CED6FA (or 0xCED6FA) is known color: Hawkes Blue. HEX triplet: CE, D6 and FA. RGB value is (206,214,250). Sum of RGB (Red+Green+Blue) = 206+214+250=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6FA is #312905. Grayscale: #D7D7D7. Windows color (decimal): -3221766 or 16438990. OLE color: 16438990.

HSL color Cylindrical-coordinate representation of color #CED6FA: hue angle of 229.09º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED6FA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 214 250 -
CMYK 0.18 0.14 0 0.02
HSL 229.09º 0.81% 0.89% -
HSV(B) 229.09º 0.18% 0.98% -
XYZ 66.76 68.12 100.07 -
YUV 215.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 206 214 250 0.18 0.14 0 0.02 229.09 0.81 0.89
Hex CE D6 FA 12 E 0 2 E5 51 59
Octal 316 326 372 22 16 0 2 345 121 131
Binary 11001110 11010110 11111010 10010 1110 0 10 11100101 1010001 1011001

Color Harmonies of #CED6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6FA

Black with #CED6FA

Text Example


Text Example

White with #CED6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6FA; }

 p { color: rgb(206,214,250); }

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

background-color css

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

 a { background-color: rgb(206,214,250); }

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

border-color css

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

 span { border-color: rgb(206,214,250); }

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