Html Css Color HEX #CCD5F1 Hawkes Blue

📋 copy color: '#CCD5F1'

red 204 ◦ green 213 ◦ blue 241

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

Shades of Hawkes Blue #CCD5F1

Tints of Hawkes Blue #CCD5F1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.37%

 BLUE value IS 241 (94.53% from 255) = 36.63%

R = 31%
G = 32.37%
B = 36.63%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCD5F1 (or 0xCCD5F1) is known color: Hawkes Blue. HEX triplet: CC, D5 and F1. RGB value is (204,213,241). Sum of RGB (Red+Green+Blue) = 204+213+241=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCD5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5F1 is #332A0E. Grayscale: #D5D5D5. Windows color (decimal): -3353103 or 15848908. OLE color: 15848908.

HSL color Cylindrical-coordinate representation of color #CCD5F1: hue angle of 225.41º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCD5F1 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 213 241 -
CMYK 0.15 0.12 0 0.05
HSL 225.41º 0.57% 0.87% -
HSV(B) 225.41º 0.15% 0.95% -
XYZ 64.57 66.78 92.7 -
YUV 213.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 204 213 241 0.15 0.12 0 0.05 225.41 0.57 0.87
Hex CC D5 F1 F C 0 5 E1 39 57
Octal 314 325 361 17 14 0 5 341 71 127
Binary 11001100 11010101 11110001 1111 1100 0 101 11100001 111001 1010111

Color Harmonies of #CCD5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5F1

Black with #CCD5F1

Text Example


Text Example

White with #CCD5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5F1; }

 p { color: rgb(204,213,241); }

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

background-color css

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

 a { background-color: rgb(204,213,241); }

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

border-color css

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

 span { border-color: rgb(204,213,241); }

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