Html Css Color HEX #CFDDFC Hawkes Blue

📋 copy color: '#CFDDFC'

red 207 ◦ green 221 ◦ blue 252

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

Shades of Hawkes Blue #CFDDFC

Tints of Hawkes Blue #CFDDFC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.5%

 BLUE value IS 252 (98.83% from 255) = 37.06%

R = 30.44%
G = 32.5%
B = 37.06%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFDDFC (or 0xCFDDFC) is known color: Hawkes Blue. HEX triplet: CF, DD and FC. RGB value is (207,221,252). Sum of RGB (Red+Green+Blue) = 207+221+252=680 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.44% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDFC is #302203. Grayscale: #DCDCDC. Windows color (decimal): -3154436 or 16571855. OLE color: 16571855.

HSL color Cylindrical-coordinate representation of color #CFDDFC: hue angle of 221.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFDDFC is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 221 252 -
CMYK 0.18 0.12 0 0.01
HSL 221.33º 0.88% 0.9% -
HSV(B) 221.33º 0.18% 0.99% -
XYZ 69.16 72.01 102.35 -
YUV 220.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 207 221 252 0.18 0.12 0 0.01 221.33 0.88 0.9
Hex CF DD FC 12 C 0 1 DD 58 5A
Octal 317 335 374 22 14 0 1 335 130 132
Binary 11001111 11011101 11111100 10010 1100 0 1 11011101 1011000 1011010

Color Harmonies of #CFDDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDDFC

Black with #CFDDFC

Text Example


Text Example

White with #CFDDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDDFC; }

 p { color: rgb(207,221,252); }

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

background-color css

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

 a { background-color: rgb(207,221,252); }

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

border-color css

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

 span { border-color: rgb(207,221,252); }

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