Html Css Color HEX #CFD6F3 Hawkes Blue

📋 copy color: '#CFD6F3'

red 207 ◦ green 214 ◦ blue 243

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

Shades of Hawkes Blue #CFD6F3

Tints of Hawkes Blue #CFD6F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.6%

R = 31.17%
G = 32.23%
B = 36.6%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CFD6F3 (or 0xCFD6F3) is known color: Hawkes Blue. HEX triplet: CF, D6 and F3. RGB value is (207,214,243). Sum of RGB (Red+Green+Blue) = 207+214+243=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 214 (83.98% from 255 or 32.23% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFD6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD6F3 is #30290C. Grayscale: #D7D7D7. Windows color (decimal): -3156237 or 15980239. OLE color: 15980239.

HSL color Cylindrical-coordinate representation of color #CFD6F3: hue angle of 228.33º degrees, saturation: 0.6, 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 #CFD6F3 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 214 243 -
CMYK 0.15 0.12 0 0.05
HSL 228.33º 0.6% 0.88% -
HSV(B) 228.33º 0.15% 0.95% -
XYZ 65.96 67.83 94.41 -
YUV 215.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 207 214 243 0.15 0.12 0 0.05 228.33 0.6 0.88
Hex CF D6 F3 F C 0 5 E4 3C 58
Octal 317 326 363 17 14 0 5 344 74 130
Binary 11001111 11010110 11110011 1111 1100 0 101 11100100 111100 1011000

Color Harmonies of #CFD6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD6F3

Black with #CFD6F3

Text Example


Text Example

White with #CFD6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD6F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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