Html Css Color HEX #CFD7E6 Hawkes Blue

📋 copy color: '#CFD7E6'

red 207 ◦ green 215 ◦ blue 230

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

Shades of Hawkes Blue #CFD7E6

Tints of Hawkes Blue #CFD7E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.28%

R = 31.75%
G = 32.98%
B = 35.28%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CFD7E6 (or 0xCFD7E6) is known color: Hawkes Blue. HEX triplet: CF, D7 and E6. RGB value is (207,215,230). Sum of RGB (Red+Green+Blue) = 207+215+230=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFD7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD7E6 is #302819. Grayscale: #D6D6D6. Windows color (decimal): -3155994 or 15128527. OLE color: 15128527.

HSL color Cylindrical-coordinate representation of color #CFD7E6: hue angle of 219.13º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFD7E6 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 215 230 -
CMYK 0.10 0.07 0 0.10
HSL 219.13º 0.32% 0.86% -
HSV(B) 219.13º 0.1% 0.9% -
XYZ 64.32 67.58 84.52 -
YUV 214.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 207 215 230 0.10 0.07 0 0.10 219.13 0.32 0.86
Hex CF D7 E6 A 7 0 A DB 20 56
Octal 317 327 346 12 7 0 12 333 40 126
Binary 11001111 11010111 11100110 1010 111 0 1010 11011011 100000 1010110

Color Harmonies of #CFD7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD7E6

Black with #CFD7E6

Text Example


Text Example

White with #CFD7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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