Html Css Color HEX #CCDDF1 Hawkes Blue

📋 copy color: '#CCDDF1'

red 204 ◦ green 221 ◦ blue 241

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

Shades of Hawkes Blue #CCDDF1

Tints of Hawkes Blue #CCDDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.19%

R = 30.63%
G = 33.18%
B = 36.19%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCDDF1 (or 0xCCDDF1) is known color: Hawkes Blue. HEX triplet: CC, DD and F1. RGB value is (204,221,241). Sum of RGB (Red+Green+Blue) = 204+221+241=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDF1 is #33220E. Grayscale: #DADADA. Windows color (decimal): -3351055 or 15850956. OLE color: 15850956.

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

Color convert

RGB 204 221 241 -
CMYK 0.15 0.08 0 0.05
HSL 212.43º 0.57% 0.87% -
HSV(B) 212.43º 0.15% 0.95% -
XYZ 66.64 70.9 93.39 -
YUV 218.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 204 221 241 0.15 0.08 0 0.05 212.43 0.57 0.87
Hex CC DD F1 F 8 0 5 D4 39 57
Octal 314 335 361 17 10 0 5 324 71 127
Binary 11001100 11011101 11110001 1111 1000 0 101 11010100 111001 1010111

Color Harmonies of #CCDDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDF1

Black with #CCDDF1

Text Example


Text Example

White with #CCDDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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