Html Css Color HEX #CCDDF0 Hawkes Blue

📋 copy color: '#CCDDF0'

red 204 ◦ green 221 ◦ blue 240

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

Shades of Hawkes Blue #CCDDF0

Tints of Hawkes Blue #CCDDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.09%

R = 30.68%
G = 33.23%
B = 36.09%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCDDF0 (or 0xCCDDF0) is known color: Hawkes Blue. HEX triplet: CC, DD and F0. RGB value is (204,221,240). Sum of RGB (Red+Green+Blue) = 204+221+240=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDF0 is #33220F. Grayscale: #D9D9D9. Windows color (decimal): -3351056 or 15785420. OLE color: 15785420.

HSL color Cylindrical-coordinate representation of color #CCDDF0: hue angle of 211.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCDDF0 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 221 240 -
CMYK 0.15 0.08 0 0.06
HSL 211.67º 0.55% 0.87% -
HSV(B) 211.67º 0.15% 0.94% -
XYZ 66.49 70.84 92.61 -
YUV 218.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 204 221 240 0.15 0.08 0 0.06 211.67 0.55 0.87
Hex CC DD F0 F 8 0 6 D4 37 57
Octal 314 335 360 17 10 0 6 324 67 127
Binary 11001100 11011101 11110000 1111 1000 0 110 11010100 110111 1010111

Color Harmonies of #CCDDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDF0

Black with #CCDDF0

Text Example


Text Example

White with #CCDDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDF0; }

 p { color: rgb(204,221,240); }

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

background-color css

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

 a { background-color: rgb(204,221,240); }

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

border-color css

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

 span { border-color: rgb(204,221,240); }

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