Html Css Color HEX #CFD8EA Hawkes Blue

📋 copy color: '#CFD8EA'

red 207 ◦ green 216 ◦ blue 234

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

Shades of Hawkes Blue #CFD8EA

Tints of Hawkes Blue #CFD8EA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.88%

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

R = 31.51%
G = 32.88%
B = 35.62%

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

#CFD8EA (or 0xCFD8EA) is known color: Hawkes Blue. HEX triplet: CF, D8 and EA. RGB value is (207,216,234). Sum of RGB (Red+Green+Blue) = 207+216+234=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFD8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD8EA is #302715. Grayscale: #D7D7D7. Windows color (decimal): -3155734 or 15390927. OLE color: 15390927.

HSL color Cylindrical-coordinate representation of color #CFD8EA: hue angle of 220º 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 #CFD8EA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 216 234 -
CMYK 0.12 0.08 0 0.08
HSL 220º 0.39% 0.86% -
HSV(B) 220º 0.12% 0.92% -
XYZ 65.14 68.32 87.6 -
YUV 215.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 207 216 234 0.12 0.08 0 0.08 220 0.39 0.86
Hex CF D8 EA C 8 0 8 DC 27 56
Octal 317 330 352 14 10 0 10 334 47 126
Binary 11001111 11011000 11101010 1100 1000 0 1000 11011100 100111 1010110

Color Harmonies of #CFD8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD8EA

Black with #CFD8EA

Text Example


Text Example

White with #CFD8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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