Html Css Color HEX #CFDDFE Hawkes Blue

📋 copy color: '#CFDDFE'

red 207 ◦ green 221 ◦ blue 254

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

Shades of Hawkes Blue #CFDDFE

Tints of Hawkes Blue #CFDDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.24%

R = 30.35%
G = 32.4%
B = 37.24%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CFDDFE (or 0xCFDDFE) is known color: Hawkes Blue. HEX triplet: CF, DD and FE. RGB value is (207,221,254). Sum of RGB (Red+Green+Blue) = 207+221+254=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDFE is #302201. Grayscale: #DCDCDC. Windows color (decimal): -3154434 or 16702927. OLE color: 16702927.

HSL color Cylindrical-coordinate representation of color #CFDDFE: hue angle of 222.13º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFDDFE is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 207 221 254 -
CMYK 0.19 0.13 0 0.00
HSL 222.13º 0.96% 0.9% -
HSV(B) 222.13º 0.19% 1% -
XYZ 69.48 72.13 104.03 -
YUV 220.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 207 221 254 0.19 0.13 0 0.00 222.13 0.96 0.9
Hex CF DD FE 13 D 0 0 DE 60 5A
Octal 317 335 376 23 15 0 0 336 140 132
Binary 11001111 11011101 11111110 10011 1101 0 0 11011110 1100000 1011010

Color Harmonies of #CFDDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDDFE

Black with #CFDDFE

Text Example


Text Example

White with #CFDDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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