Html Css Color HEX #CCCFE0 Periwinkle

📋 copy color: '#CCCFE0'

red 204 ◦ green 207 ◦ blue 224

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

Shades of Periwinkle #CCCFE0

Tints of Periwinkle #CCCFE0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.6%

 BLUE value IS 224 (87.89% from 255) = 35.28%

R = 32.13%
G = 32.6%
B = 35.28%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCCFE0 (or 0xCCCFE0) is known color: Periwinkle. HEX triplet: CC, CF and E0. RGB value is (204,207,224). Sum of RGB (Red+Green+Blue) = 204+207+224=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCCFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFE0 is #33301F. Grayscale: #CFCFCF. Windows color (decimal): -3354656 or 14733260. OLE color: 14733260.

HSL color Cylindrical-coordinate representation of color #CCCFE0: hue angle of 231º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCFE0 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 207 224 -
CMYK 0.09 0.08 0 0.12
HSL 231º 0.24% 0.84% -
HSV(B) 231º 0.09% 0.88% -
XYZ 60.67 62.84 79.45 -
YUV 208.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 204 207 224 0.09 0.08 0 0.12 231 0.24 0.84
Hex CC CF E0 9 8 0 C E7 18 54
Octal 314 317 340 11 10 0 14 347 30 124
Binary 11001100 11001111 11100000 1001 1000 0 1100 11100111 11000 1010100

Color Harmonies of #CCCFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFE0

Black with #CCCFE0

Text Example


Text Example

White with #CCCFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFE0; }

 p { color: rgb(204,207,224); }

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

background-color css

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

 a { background-color: rgb(204,207,224); }

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

border-color css

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

 span { border-color: rgb(204,207,224); }

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