Html Css Color HEX #CCDBFF Hawkes Blue

📋 copy color: '#CCDBFF'

red 204 ◦ green 219 ◦ blue 255

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

Shades of Hawkes Blue #CCDBFF

Tints of Hawkes Blue #CCDBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.61%

R = 30.09%
G = 32.3%
B = 37.61%

CMYK

 C value IS 0.2

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCDBFF (or 0xCCDBFF) is known color: Hawkes Blue. HEX triplet: CC, DB and FF. RGB value is (204,219,255). Sum of RGB (Red+Green+Blue) = 204+219+255=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCDBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBFF is #332400. Grayscale: #DADADA. Windows color (decimal): -3351553 or 16767948. OLE color: 16767948.

HSL color Cylindrical-coordinate representation of color #CCDBFF: hue angle of 222.35º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDBFF is Cyan = 0.2, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 219 255 -
CMYK 0.2 0.14 0 0
HSL 222.35º 1% 0.9% -
HSV(B) 222.35º 0.2% 1% -
XYZ 68.28 70.72 104.66 -
YUV 218.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 204 219 255 0.2 0.14 0 0 222.35 1 0.9
Hex CC DB FF 14 E 0 0 DE 64 5A
Octal 314 333 377 24 16 0 0 336 144 132
Binary 11001100 11011011 11111111 10100 1110 0 0 11011110 1100100 1011010

Color Harmonies of #CCDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBFF

Black with #CCDBFF

Text Example


Text Example

White with #CCDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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