Html Css Color HEX #CCDCED Hawkes Blue

📋 copy color: '#CCDCED'

red 204 ◦ green 220 ◦ blue 237

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

Shades of Hawkes Blue #CCDCED

Tints of Hawkes Blue #CCDCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.85%

R = 30.86%
G = 33.28%
B = 35.85%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCDCED (or 0xCCDCED) is known color: Hawkes Blue. HEX triplet: CC, DC and ED. RGB value is (204,220,237). Sum of RGB (Red+Green+Blue) = 204+220+237=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCDCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCED is #332312. Grayscale: #D9D9D9. Windows color (decimal): -3351315 or 15588556. OLE color: 15588556.

HSL color Cylindrical-coordinate representation of color #CCDCED: hue angle of 210.91º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCDCED is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 220 237 -
CMYK 0.14 0.07 0 0.07
HSL 210.91º 0.48% 0.86% -
HSV(B) 210.91º 0.14% 0.93% -
XYZ 65.78 70.14 90.19 -
YUV 217.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 204 220 237 0.14 0.07 0 0.07 210.91 0.48 0.86
Hex CC DC ED E 7 0 7 D3 30 56
Octal 314 334 355 16 7 0 7 323 60 126
Binary 11001100 11011100 11101101 1110 111 0 111 11010011 110000 1010110

Color Harmonies of #CCDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDCED

Black with #CCDCED

Text Example


Text Example

White with #CCDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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