Html Css Color HEX #CFD6EF Hawkes Blue

📋 copy color: '#CFD6EF'

red 207 ◦ green 214 ◦ blue 239

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

Shades of Hawkes Blue #CFD6EF

Tints of Hawkes Blue #CFD6EF

RGB

 RED value IS 207 (81.25% from 255) = 31.36%

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

 BLUE value IS 239 (93.75% from 255) = 36.21%

R = 31.36%
G = 32.42%
B = 36.21%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CFD6EF (or 0xCFD6EF) is known color: Hawkes Blue. HEX triplet: CF, D6 and EF. RGB value is (207,214,239). Sum of RGB (Red+Green+Blue) = 207+214+239=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFD6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD6EF is #302910. Grayscale: #D6D6D6. Windows color (decimal): -3156241 or 15718095. OLE color: 15718095.

HSL color Cylindrical-coordinate representation of color #CFD6EF: hue angle of 226.88º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFD6EF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 214 239 -
CMYK 0.13 0.10 0 0.06
HSL 226.88º 0.5% 0.87% -
HSV(B) 226.88º 0.13% 0.94% -
XYZ 65.36 67.59 91.26 -
YUV 214.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 207 214 239 0.13 0.10 0 0.06 226.88 0.5 0.87
Hex CF D6 EF D A 0 6 E3 32 57
Octal 317 326 357 15 12 0 6 343 62 127
Binary 11001111 11010110 11101111 1101 1010 0 110 11100011 110010 1010111

Color Harmonies of #CFD6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD6EF

Black with #CFD6EF

Text Example


Text Example

White with #CFD6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD6EF; }

 p { color: rgb(207,214,239); }

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

background-color css

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

 a { background-color: rgb(207,214,239); }

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

border-color css

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

 span { border-color: rgb(207,214,239); }

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