Html Css Color HEX #CCDBFB Hawkes Blue

📋 copy color: '#CCDBFB'

red 204 ◦ green 219 ◦ blue 251

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

Shades of Hawkes Blue #CCDBFB

Tints of Hawkes Blue #CCDBFB

RGB

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

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

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

R = 30.27%
G = 32.49%
B = 37.24%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCDBFB (or 0xCCDBFB) is known color: Hawkes Blue. HEX triplet: CC, DB and FB. RGB value is (204,219,251). Sum of RGB (Red+Green+Blue) = 204+219+251=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCDBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBFB is #332404. Grayscale: #DADADA. Windows color (decimal): -3351557 or 16505804. OLE color: 16505804.

HSL color Cylindrical-coordinate representation of color #CCDBFB: hue angle of 220.85º 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 #CCDBFB is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 219 251 -
CMYK 0.19 0.13 0 0.02
HSL 220.85º 0.85% 0.89% -
HSV(B) 220.85º 0.19% 0.98% -
XYZ 67.65 70.47 101.3 -
YUV 218.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 204 219 251 0.19 0.13 0 0.02 220.85 0.85 0.89
Hex CC DB FB 13 D 0 2 DD 55 59
Octal 314 333 373 23 15 0 2 335 125 131
Binary 11001100 11011011 11111011 10011 1101 0 10 11011101 1010101 1011001

Color Harmonies of #CCDBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBFB

Black with #CCDBFB

Text Example


Text Example

White with #CCDBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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