Html Css Color HEX #CCD2F1 Hawkes Blue

📋 copy color: '#CCD2F1'

red 204 ◦ green 210 ◦ blue 241

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

Shades of Hawkes Blue #CCD2F1

Tints of Hawkes Blue #CCD2F1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.06%

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

R = 31.15%
G = 32.06%
B = 36.79%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCD2F1 (or 0xCCD2F1) is known color: Hawkes Blue. HEX triplet: CC, D2 and F1. RGB value is (204,210,241). Sum of RGB (Red+Green+Blue) = 204+210+241=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCD2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2F1 is #332D0E. Grayscale: #D3D3D3. Windows color (decimal): -3353871 or 15848140. OLE color: 15848140.

HSL color Cylindrical-coordinate representation of color #CCD2F1: hue angle of 230.27º 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 #CCD2F1 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 210 241 -
CMYK 0.15 0.13 0 0.05
HSL 230.27º 0.57% 0.87% -
HSV(B) 230.27º 0.15% 0.95% -
XYZ 63.83 65.28 92.46 -
YUV 211.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 204 210 241 0.15 0.13 0 0.05 230.27 0.57 0.87
Hex CC D2 F1 F D 0 5 E6 39 57
Octal 314 322 361 17 15 0 5 346 71 127
Binary 11001100 11010010 11110001 1111 1101 0 101 11100110 111001 1010111

Color Harmonies of #CCD2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2F1

Black with #CCD2F1

Text Example


Text Example

White with #CCD2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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