Html Css Color HEX #CCD7FA Hawkes Blue

📋 copy color: '#CCD7FA'

red 204 ◦ green 215 ◦ blue 250

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

Shades of Hawkes Blue #CCD7FA

Tints of Hawkes Blue #CCD7FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.37%

R = 30.49%
G = 32.14%
B = 37.37%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCD7FA (or 0xCCD7FA) is known color: Hawkes Blue. HEX triplet: CC, D7 and FA. RGB value is (204,215,250). Sum of RGB (Red+Green+Blue) = 204+215+250=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 215 (84.38% from 255 or 32.14% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCD7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7FA is #332805. Grayscale: #D7D7D7. Windows color (decimal): -3352582 or 16439244. OLE color: 16439244.

HSL color Cylindrical-coordinate representation of color #CCD7FA: hue angle of 225.65º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD7FA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 215 250 -
CMYK 0.18 0.14 0 0.02
HSL 225.65º 0.82% 0.89% -
HSV(B) 225.65º 0.18% 0.98% -
XYZ 66.46 68.34 100.13 -
YUV 215.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 204 215 250 0.18 0.14 0 0.02 225.65 0.82 0.89
Hex CC D7 FA 12 E 0 2 E2 52 59
Octal 314 327 372 22 16 0 2 342 122 131
Binary 11001100 11010111 11111010 10010 1110 0 10 11100010 1010010 1011001

Color Harmonies of #CCD7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD7FA

Black with #CCD7FA

Text Example


Text Example

White with #CCD7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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