Html Css Color HEX #CFDDFD Hawkes Blue

📋 copy color: '#CFDDFD'

red 207 ◦ green 221 ◦ blue 253

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

Shades of Hawkes Blue #CFDDFD

Tints of Hawkes Blue #CFDDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.15%

R = 30.4%
G = 32.45%
B = 37.15%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFDDFD (or 0xCFDDFD) is known color: Hawkes Blue. HEX triplet: CF, DD and FD. RGB value is (207,221,253). Sum of RGB (Red+Green+Blue) = 207+221+253=681 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.40% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDFD is #302202. Grayscale: #DCDCDC. Windows color (decimal): -3154435 or 16637391. OLE color: 16637391.

HSL color Cylindrical-coordinate representation of color #CFDDFD: hue angle of 221.74º degrees, saturation: 0.92, 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 #CFDDFD is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 221 253 -
CMYK 0.18 0.13 0 0.01
HSL 221.74º 0.92% 0.9% -
HSV(B) 221.74º 0.18% 0.99% -
XYZ 69.32 72.07 103.19 -
YUV 220.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 207 221 253 0.18 0.13 0 0.01 221.74 0.92 0.9
Hex CF DD FD 12 D 0 1 DE 5C 5A
Octal 317 335 375 22 15 0 1 336 134 132
Binary 11001111 11011101 11111101 10010 1101 0 1 11011110 1011100 1011010

Color Harmonies of #CFDDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDDFD

Black with #CFDDFD

Text Example


Text Example

White with #CFDDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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