Html Css Color HEX #CCDCEF Hawkes Blue

📋 copy color: '#CCDCEF'

red 204 ◦ green 220 ◦ blue 239

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

Shades of Hawkes Blue #CCDCEF

Tints of Hawkes Blue #CCDCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.18%

 BLUE value IS 239 (93.75% from 255) = 36.05%

R = 30.77%
G = 33.18%
B = 36.05%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCDCEF (or 0xCCDCEF) is known color: Hawkes Blue. HEX triplet: CC, DC and EF. RGB value is (204,220,239). Sum of RGB (Red+Green+Blue) = 204+220+239=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCEF is #332310. Grayscale: #D9D9D9. Windows color (decimal): -3351313 or 15719628. OLE color: 15719628.

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

Color convert

RGB 204 220 239 -
CMYK 0.15 0.08 0 0.06
HSL 212.57º 0.52% 0.87% -
HSV(B) 212.57º 0.15% 0.94% -
XYZ 66.08 70.26 91.74 -
YUV 217.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 204 220 239 0.15 0.08 0 0.06 212.57 0.52 0.87
Hex CC DC EF F 8 0 6 D5 34 57
Octal 314 334 357 17 10 0 6 325 64 127
Binary 11001100 11011100 11101111 1111 1000 0 110 11010101 110100 1010111

Color Harmonies of #CCDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDCEF

Black with #CCDCEF

Text Example


Text Example

White with #CCDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDCEF; }

 p { color: rgb(204,220,239); }

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

background-color css

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

 a { background-color: rgb(204,220,239); }

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

border-color css

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

 span { border-color: rgb(204,220,239); }

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