Html Css Color HEX #CFD5EC Hawkes Blue

📋 copy color: '#CFD5EC'

red 207 ◦ green 213 ◦ blue 236

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

Shades of Hawkes Blue #CFD5EC

Tints of Hawkes Blue #CFD5EC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.47%

 BLUE value IS 236 (92.58% from 255) = 35.98%

R = 31.55%
G = 32.47%
B = 35.98%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFD5EC (or 0xCFD5EC) is known color: Hawkes Blue. HEX triplet: CF, D5 and EC. RGB value is (207,213,236). Sum of RGB (Red+Green+Blue) = 207+213+236=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFD5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD5EC is #302A13. Grayscale: #D5D5D5. Windows color (decimal): -3156500 or 15521231. OLE color: 15521231.

HSL color Cylindrical-coordinate representation of color #CFD5EC: hue angle of 227.59º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD5EC is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 213 236 -
CMYK 0.12 0.10 0 0.07
HSL 227.59º 0.43% 0.87% -
HSV(B) 227.59º 0.12% 0.93% -
XYZ 64.67 66.91 88.86 -
YUV 213.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 207 213 236 0.12 0.10 0 0.07 227.59 0.43 0.87
Hex CF D5 EC C A 0 7 E4 2B 57
Octal 317 325 354 14 12 0 7 344 53 127
Binary 11001111 11010101 11101100 1100 1010 0 111 11100100 101011 1010111

Color Harmonies of #CFD5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD5EC

Black with #CFD5EC

Text Example


Text Example

White with #CFD5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD5EC; }

 p { color: rgb(207,213,236); }

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

background-color css

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

 a { background-color: rgb(207,213,236); }

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

border-color css

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

 span { border-color: rgb(207,213,236); }

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