Html Css Color HEX #CFD3E6 Hawkes Blue

📋 copy color: '#CFD3E6'

red 207 ◦ green 211 ◦ blue 230

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

Shades of Hawkes Blue #CFD3E6

Tints of Hawkes Blue #CFD3E6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.56%

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

R = 31.94%
G = 32.56%
B = 35.49%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CFD3E6 (or 0xCFD3E6) is known color: Hawkes Blue. HEX triplet: CF, D3 and E6. RGB value is (207,211,230). Sum of RGB (Red+Green+Blue) = 207+211+230=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 211 (82.81% from 255 or 32.56% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFD3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD3E6 is #302C19. Grayscale: #D3D3D3. Windows color (decimal): -3157018 or 15127503. OLE color: 15127503.

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

Color convert

RGB 207 211 230 -
CMYK 0.10 0.08 0 0.10
HSL 229.57º 0.32% 0.86% -
HSV(B) 229.57º 0.1% 0.9% -
XYZ 63.31 65.57 84.18 -
YUV 211.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 207 211 230 0.10 0.08 0 0.10 229.57 0.32 0.86
Hex CF D3 E6 A 8 0 A E6 20 56
Octal 317 323 346 12 10 0 12 346 40 126
Binary 11001111 11010011 11100110 1010 1000 0 1010 11100110 100000 1010110

Color Harmonies of #CFD3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD3E6

Black with #CFD3E6

Text Example


Text Example

White with #CFD3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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