Html Css Color HEX #CCDDFB Hawkes Blue

📋 copy color: '#CCDDFB'

red 204 ◦ green 221 ◦ blue 251

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

Shades of Hawkes Blue #CCDDFB

Tints of Hawkes Blue #CCDDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.13%

R = 30.18%
G = 32.69%
B = 37.13%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCDDFB (or 0xCCDDFB) is known color: Hawkes Blue. HEX triplet: CC, DD and FB. RGB value is (204,221,251). Sum of RGB (Red+Green+Blue) = 204+221+251=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDFB is #332204. Grayscale: #DBDBDB. Windows color (decimal): -3351045 or 16506316. OLE color: 16506316.

HSL color Cylindrical-coordinate representation of color #CCDDFB: hue angle of 218.3º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCDDFB is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 221 251 -
CMYK 0.19 0.12 0 0.02
HSL 218.3º 0.85% 0.89% -
HSV(B) 218.3º 0.19% 0.98% -
XYZ 68.17 71.52 101.48 -
YUV 219.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 204 221 251 0.19 0.12 0 0.02 218.3 0.85 0.89
Hex CC DD FB 13 C 0 2 DA 55 59
Octal 314 335 373 23 14 0 2 332 125 131
Binary 11001100 11011101 11111011 10011 1100 0 10 11011010 1010101 1011001

Color Harmonies of #CCDDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDFB

Black with #CCDDFB

Text Example


Text Example

White with #CCDDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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