Html Css Color HEX #CCCFE6 Periwinkle

📋 copy color: '#CCCFE6'

red 204 ◦ green 207 ◦ blue 230

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

Shades of Periwinkle #CCCFE6

Tints of Periwinkle #CCCFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.88%

R = 31.83%
G = 32.29%
B = 35.88%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCCFE6 (or 0xCCCFE6) is known color: Periwinkle. HEX triplet: CC, CF and E6. RGB value is (204,207,230). Sum of RGB (Red+Green+Blue) = 204+207+230=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCCFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFE6 is #333019. Grayscale: #D0D0D0. Windows color (decimal): -3354650 or 15126476. OLE color: 15126476.

HSL color Cylindrical-coordinate representation of color #CCCFE6: hue angle of 233.08º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCFE6 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 207 230 -
CMYK 0.11 0.10 0 0.10
HSL 233.08º 0.34% 0.85% -
HSV(B) 233.08º 0.11% 0.9% -
XYZ 61.5 63.18 83.82 -
YUV 208.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 204 207 230 0.11 0.10 0 0.10 233.08 0.34 0.85
Hex CC CF E6 B A 0 A E9 22 55
Octal 314 317 346 13 12 0 12 351 42 125
Binary 11001100 11001111 11100110 1011 1010 0 1010 11101001 100010 1010101

Color Harmonies of #CCCFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFE6

Black with #CCCFE6

Text Example


Text Example

White with #CCCFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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