Html Css Color HEX #CFD7FA Hawkes Blue

📋 copy color: '#CFD7FA'

red 207 ◦ green 215 ◦ blue 250

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

Shades of Hawkes Blue #CFD7FA

Tints of Hawkes Blue #CFD7FA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.99%

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

R = 30.8%
G = 31.99%
B = 37.2%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFD7FA (or 0xCFD7FA) is known color: Hawkes Blue. HEX triplet: CF, D7 and FA. RGB value is (207,215,250). Sum of RGB (Red+Green+Blue) = 207+215+250=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFD7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD7FA is #302805. Grayscale: #D8D8D8. Windows color (decimal): -3155974 or 16439247. OLE color: 16439247.

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

Color convert

RGB 207 215 250 -
CMYK 0.17 0.14 0 0.02
HSL 228.84º 0.81% 0.9% -
HSV(B) 228.84º 0.17% 0.98% -
XYZ 67.29 68.77 100.17 -
YUV 216.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 207 215 250 0.17 0.14 0 0.02 228.84 0.81 0.9
Hex CF D7 FA 11 E 0 2 E5 51 5A
Octal 317 327 372 21 16 0 2 345 121 132
Binary 11001111 11010111 11111010 10001 1110 0 10 11100101 1010001 1011010

Color Harmonies of #CFD7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD7FA

Black with #CFD7FA

Text Example


Text Example

White with #CFD7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD7FA; }

 p { color: rgb(207,215,250); }

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

background-color css

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

 a { background-color: rgb(207,215,250); }

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

border-color css

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

 span { border-color: rgb(207,215,250); }

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