Html Css Color HEX #CCDEFA Hawkes Blue

📋 copy color: '#CCDEFA'

red 204 ◦ green 222 ◦ blue 250

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

Shades of Hawkes Blue #CCDEFA

Tints of Hawkes Blue #CCDEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.84%

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

R = 30.18%
G = 32.84%
B = 36.98%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCDEFA (or 0xCCDEFA) is known color: Hawkes Blue. HEX triplet: CC, DE and FA. RGB value is (204,222,250). Sum of RGB (Red+Green+Blue) = 204+222+250=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCDEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEFA is #332105. Grayscale: #DBDBDB. Windows color (decimal): -3350790 or 16441036. OLE color: 16441036.

HSL color Cylindrical-coordinate representation of color #CCDEFA: hue angle of 216.52º 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 #CCDEFA is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 222 250 -
CMYK 0.18 0.11 0 0.02
HSL 216.52º 0.82% 0.89% -
HSV(B) 216.52º 0.18% 0.98% -
XYZ 68.28 71.98 100.74 -
YUV 219.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 204 222 250 0.18 0.11 0 0.02 216.52 0.82 0.89
Hex CC DE FA 12 B 0 2 D9 52 59
Octal 314 336 372 22 13 0 2 331 122 131
Binary 11001100 11011110 11111010 10010 1011 0 10 11011001 1010010 1011001

Color Harmonies of #CCDEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEFA

Black with #CCDEFA

Text Example


Text Example

White with #CCDEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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