Html Css Color HEX #CCD5F2 Hawkes Blue

📋 copy color: '#CCD5F2'

red 204 ◦ green 213 ◦ blue 242

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

Shades of Hawkes Blue #CCD5F2

Tints of Hawkes Blue #CCD5F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.72%

R = 30.96%
G = 32.32%
B = 36.72%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCD5F2 (or 0xCCD5F2) is known color: Hawkes Blue. HEX triplet: CC, D5 and F2. RGB value is (204,213,242). Sum of RGB (Red+Green+Blue) = 204+213+242=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCD5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5F2 is #332A0D. Grayscale: #D5D5D5. Windows color (decimal): -3353102 or 15914444. OLE color: 15914444.

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

Color convert

RGB 204 213 242 -
CMYK 0.16 0.12 0 0.05
HSL 225.79º 0.59% 0.87% -
HSV(B) 225.79º 0.16% 0.95% -
XYZ 64.72 66.84 93.49 -
YUV 213.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 204 213 242 0.16 0.12 0 0.05 225.79 0.59 0.87
Hex CC D5 F2 10 C 0 5 E2 3B 57
Octal 314 325 362 20 14 0 5 342 73 127
Binary 11001100 11010101 11110010 10000 1100 0 101 11100010 111011 1010111

Color Harmonies of #CCD5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5F2

Black with #CCD5F2

Text Example


Text Example

White with #CCD5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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