Html Css Color HEX #CFD7EA Hawkes Blue

📋 copy color: '#CFD7EA'

red 207 ◦ green 215 ◦ blue 234

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

Shades of Hawkes Blue #CFD7EA

Tints of Hawkes Blue #CFD7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.67%

R = 31.55%
G = 32.77%
B = 35.67%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CFD7EA (or 0xCFD7EA) is known color: Hawkes Blue. HEX triplet: CF, D7 and EA. RGB value is (207,215,234). Sum of RGB (Red+Green+Blue) = 207+215+234=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFD7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD7EA is #302815. Grayscale: #D6D6D6. Windows color (decimal): -3155990 or 15390671. OLE color: 15390671.

HSL color Cylindrical-coordinate representation of color #CFD7EA: hue angle of 222.22º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD7EA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 215 234 -
CMYK 0.12 0.08 0 0.08
HSL 222.22º 0.39% 0.86% -
HSV(B) 222.22º 0.12% 0.92% -
XYZ 64.88 67.81 87.51 -
YUV 214.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 207 215 234 0.12 0.08 0 0.08 222.22 0.39 0.86
Hex CF D7 EA C 8 0 8 DE 27 56
Octal 317 327 352 14 10 0 10 336 47 126
Binary 11001111 11010111 11101010 1100 1000 0 1000 11011110 100111 1010110

Color Harmonies of #CFD7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD7EA

Black with #CFD7EA

Text Example


Text Example

White with #CFD7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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