Html Css Color HEX #CCD4F2 Hawkes Blue

📋 copy color: '#CCD4F2'

red 204 ◦ green 212 ◦ blue 242

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

Shades of Hawkes Blue #CCD4F2

Tints of Hawkes Blue #CCD4F2

RGB

 RED value IS 204 (80.08% from 255) = 31%

 GREEN value IS 212 (83.2% from 255) = 32.22%

 BLUE value IS 242 (94.92% from 255) = 36.78%

R = 31%
G = 32.22%
B = 36.78%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCD4F2 (or 0xCCD4F2) is known color: Hawkes Blue. HEX triplet: CC, D4 and F2. RGB value is (204,212,242). Sum of RGB (Red+Green+Blue) = 204+212+242=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCD4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4F2 is #332B0D. Grayscale: #D4D4D4. Windows color (decimal): -3353358 or 15914188. OLE color: 15914188.

HSL color Cylindrical-coordinate representation of color #CCD4F2: hue angle of 227.37º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCD4F2 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 212 242 -
CMYK 0.16 0.12 0 0.05
HSL 227.37º 0.59% 0.87% -
HSV(B) 227.37º 0.16% 0.95% -
XYZ 64.47 66.34 93.41 -
YUV 213.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 204 212 242 0.16 0.12 0 0.05 227.37 0.59 0.87
Hex CC D4 F2 10 C 0 5 E3 3B 57
Octal 314 324 362 20 14 0 5 343 73 127
Binary 11001100 11010100 11110010 10000 1100 0 101 11100011 111011 1010111

Color Harmonies of #CCD4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4F2

Black with #CCD4F2

Text Example


Text Example

White with #CCD4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4F2; }

 p { color: rgb(204,212,242); }

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

background-color css

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

 a { background-color: rgb(204,212,242); }

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

border-color css

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

 span { border-color: rgb(204,212,242); }

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