Html Css Color HEX #CCDBFC Hawkes Blue

📋 copy color: '#CCDBFC'

red 204 ◦ green 219 ◦ blue 252

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

Shades of Hawkes Blue #CCDBFC

Tints of Hawkes Blue #CCDBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.44%

 BLUE value IS 252 (98.83% from 255) = 37.33%

R = 30.22%
G = 32.44%
B = 37.33%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCDBFC (or 0xCCDBFC) is known color: Hawkes Blue. HEX triplet: CC, DB and FC. RGB value is (204,219,252). Sum of RGB (Red+Green+Blue) = 204+219+252=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCDBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBFC is #332403. Grayscale: #DADADA. Windows color (decimal): -3351556 or 16571340. OLE color: 16571340.

HSL color Cylindrical-coordinate representation of color #CCDBFC: hue angle of 221.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCDBFC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 219 252 -
CMYK 0.19 0.13 0 0.01
HSL 221.25º 0.89% 0.89% -
HSV(B) 221.25º 0.19% 0.99% -
XYZ 67.8 70.53 102.14 -
YUV 218.28 147.03 117.82 -
System Red Green Blue C M Y K H S L
Decimal 204 219 252 0.19 0.13 0 0.01 221.25 0.89 0.89
Hex CC DB FC 13 D 0 1 DD 59 59
Octal 314 333 374 23 15 0 1 335 131 131
Binary 11001100 11011011 11111100 10011 1101 0 1 11011101 1011001 1011001

Color Harmonies of #CCDBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBFC

Black with #CCDBFC

Text Example


Text Example

White with #CCDBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBFC; }

 p { color: rgb(204,219,252); }

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

background-color css

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

 a { background-color: rgb(204,219,252); }

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

border-color css

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

 span { border-color: rgb(204,219,252); }

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