Html Css Color HEX #CCCFE7 Periwinkle

📋 copy color: '#CCCFE7'

red 204 ◦ green 207 ◦ blue 231

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

Shades of Periwinkle #CCCFE7

Tints of Periwinkle #CCCFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.98%

R = 31.78%
G = 32.24%
B = 35.98%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCCFE7 (or 0xCCCFE7) is known color: Periwinkle. HEX triplet: CC, CF and E7. RGB value is (204,207,231). Sum of RGB (Red+Green+Blue) = 204+207+231=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCCFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFE7 is #333018. Grayscale: #D0D0D0. Windows color (decimal): -3354649 or 15192012. OLE color: 15192012.

HSL color Cylindrical-coordinate representation of color #CCCFE7: hue angle of 233.33º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCCFE7 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 207 231 -
CMYK 0.12 0.10 0 0.09
HSL 233.33º 0.36% 0.85% -
HSV(B) 233.33º 0.12% 0.91% -
XYZ 61.64 63.23 84.56 -
YUV 208.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 204 207 231 0.12 0.10 0 0.09 233.33 0.36 0.85
Hex CC CF E7 C A 0 9 E9 24 55
Octal 314 317 347 14 12 0 11 351 44 125
Binary 11001100 11001111 11100111 1100 1010 0 1001 11101001 100100 1010101

Color Harmonies of #CCCFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFE7

Black with #CCCFE7

Text Example


Text Example

White with #CCCFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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