Html Css Color HEX #CED9FA Hawkes Blue

📋 copy color: '#CED9FA'

red 206 ◦ green 217 ◦ blue 250

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

Shades of Hawkes Blue #CED9FA

Tints of Hawkes Blue #CED9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.24%

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

R = 30.61%
G = 32.24%
B = 37.15%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CED9FA (or 0xCED9FA) is known color: Hawkes Blue. HEX triplet: CE, D9 and FA. RGB value is (206,217,250). Sum of RGB (Red+Green+Blue) = 206+217+250=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9FA is #312605. Grayscale: #D9D9D9. Windows color (decimal): -3220998 or 16439758. OLE color: 16439758.

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

Color convert

RGB 206 217 250 -
CMYK 0.18 0.13 0 0.02
HSL 225º 0.81% 0.89% -
HSV(B) 225º 0.18% 0.98% -
XYZ 67.52 69.65 100.33 -
YUV 217.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 206 217 250 0.18 0.13 0 0.02 225 0.81 0.89
Hex CE D9 FA 12 D 0 2 E1 51 59
Octal 316 331 372 22 15 0 2 341 121 131
Binary 11001110 11011001 11111010 10010 1101 0 10 11100001 1010001 1011001

Color Harmonies of #CED9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED9FA

Black with #CED9FA

Text Example


Text Example

White with #CED9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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