Html Css Color HEX #CCD7FF Hawkes Blue

📋 copy color: '#CCD7FF'

red 204 ◦ green 215 ◦ blue 255

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

Shades of Hawkes Blue #CCD7FF

Tints of Hawkes Blue #CCD7FF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.9%

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

R = 30.27%
G = 31.9%
B = 37.83%

CMYK

 C value IS 0.2

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCD7FF (or 0xCCD7FF) is known color: Hawkes Blue. HEX triplet: CC, D7 and FF. RGB value is (204,215,255). Sum of RGB (Red+Green+Blue) = 204+215+255=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCD7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7FF is #332800. Grayscale: #D8D8D8. Windows color (decimal): -3352577 or 16766924. OLE color: 16766924.

HSL color Cylindrical-coordinate representation of color #CCD7FF: hue angle of 227.06º 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 #CCD7FF is Cyan = 0.2, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 215 255 -
CMYK 0.2 0.16 0 0
HSL 227.06º 1% 0.9% -
HSV(B) 227.06º 0.2% 1% -
XYZ 67.25 68.66 104.32 -
YUV 216.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 204 215 255 0.2 0.16 0 0 227.06 1 0.9
Hex CC D7 FF 14 10 0 0 E3 64 5A
Octal 314 327 377 24 20 0 0 343 144 132
Binary 11001100 11010111 11111111 10100 10000 0 0 11100011 1100100 1011010

Color Harmonies of #CCD7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD7FF

Black with #CCD7FF

Text Example


Text Example

White with #CCD7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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