Html Css Color HEX #CCCFEA Periwinkle

📋 copy color: '#CCCFEA'

red 204 ◦ green 207 ◦ blue 234

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

Shades of Periwinkle #CCCFEA

Tints of Periwinkle #CCCFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.28%

R = 31.63%
G = 32.09%
B = 36.28%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCCFEA (or 0xCCCFEA) is known color: Periwinkle. HEX triplet: CC, CF and EA. RGB value is (204,207,234). Sum of RGB (Red+Green+Blue) = 204+207+234=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCCFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFEA is #333015. Grayscale: #D1D1D1. Windows color (decimal): -3354646 or 15388620. OLE color: 15388620.

HSL color Cylindrical-coordinate representation of color #CCCFEA: hue angle of 234º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCCFEA is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 207 234 -
CMYK 0.13 0.12 0 0.08
HSL 234º 0.42% 0.86% -
HSV(B) 234º 0.13% 0.92% -
XYZ 62.07 63.4 86.81 -
YUV 209.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 204 207 234 0.13 0.12 0 0.08 234 0.42 0.86
Hex CC CF EA D C 0 8 EA 2A 56
Octal 314 317 352 15 14 0 10 352 52 126
Binary 11001100 11001111 11101010 1101 1100 0 1000 11101010 101010 1010110

Color Harmonies of #CCCFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFEA

Black with #CCCFEA

Text Example


Text Example

White with #CCCFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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